Color Hex Logo

#90732e Color Hex

#90732E
(144,115,46)
0 Favorites   0 Comments

Color spaces of #90732e

RGB 14411546
HSL0.120.520.37
HSV42°68°56°
CMYK 0.000.200.68   0.44
XYZ18.125518.38805.1787
Yxy18.38800.43470.4410
Hunter Lab42.88120.408122.8565
CIE-Lab49.96343.472841.2668

#90732e color RGB value is (144,115,46).

#90732e hex color red value is 144, green value is 115 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #90732e hue: 0.12 , saturation: 0.52 and the lightness value of 90732e is 0.37.

The process color (four color CMYK) of #90732e color hex is 0.00, 0.20, 0.68, 0.44. Web safe color of #90732e is #996633. Color #90732e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110011 00101110
Octal 220 163 56
Decimal 144 115 46
Hex 90 73 2E

RGB Percentages of Color #90732e

%47.21
%37.70
%15.08

CMYK Percentages of Color #90732e

%0
%20
%68
%44

Triadic Colors of #90732e

#90732e #2e9073 #732e90

Analogous Colors of #90732e

#90732e #7c902e #90422e

Monochromatic Colors of #90732e

#90732e

Complementary Color

#90732e #2e4b90

#90732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90732e Color CSS Codes

.mybgcolor {background-color:#90732e; } 
.myforecolor {color:#90732e; }
.mybordercolor {border:3px solid #90732e; }

#90732e Text Font Color

<p style="color:#90732e">Text here</p>

This sample text font color is #90732e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#90732e Background Color

<div style="background-color:#90732e">
Div content here</div>

This div background color is #90732e


#90732e Border Color

<div style="border:3px solid #90732e">
Div here</div>

This div border color is #90732e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,115,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90732e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90732e;
  -webkit-box-shadow: 1px 1px 3px 2px #90732e;
  box-shadow:         1px 1px 3px 2px #90732e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,115,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #90732e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #90732e;
  -webkit-box-shadow: 1px 1px 3px 2px #90732e;
  box-shadow:         1px 1px 3px 2px #90732e;">
Div content here</div>

This div box has shadow with color #90732e


Comments

No comments written yet.

Please login to write comment.