Color Hex Logo

#90513e Color Hex

#90513E
(144,81,62)
0 Favorites   0 Comments

Color spaces of #90513e

RGB 1448162
HSL0.040.400.40
HSV14°57°56°
CMYK 0.000.440.57   0.44
XYZ15.313512.16206.0978
Yxy12.16200.45610.3623
Hunter Lab34.874117.351314.0449
CIE-Lab41.472424.344822.5717

#90513e color RGB value is (144,81,62).

#90513e hex color red value is 144, green value is 81 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #90513e hue: 0.04 , saturation: 0.40 and the lightness value of 90513e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010001 00111110
Octal 220 121 76
Decimal 144 81 62
Hex 90 51 3E

RGB Percentages of Color #90513e

%50.17
%28.22
%21.60

CMYK Percentages of Color #90513e

%0
%44
%57
%44

Triadic Colors of #90513e

#90513e #3e9051 #513e90

Analogous Colors of #90513e

#90513e #907a3e #903e54

Monochromatic Colors of #90513e

#90513e

Complementary Color

#90513e #3e7d90

#90513e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90513e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90513e Color CSS Codes

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

#90513e Text Font Color

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

This sample text font color is #90513e
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.


#90513e Background Color

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

This div background color is #90513e


#90513e Border Color

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

This div border color is #90513e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90513e


Comments

No comments written yet.

Please login to write comment.