#5A4012

Color #5A4012 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #5A4012

Tints of Dark Brown #5A4012

Color information

#5A4012 (or 0x5A4012) is unknown color: approx Dark Brown. HEX triplet: 5A, 40 and 12. RGB value is (90,64,18). Sum of RGB (Red+Green+Blue) = 90+64+18=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4012 is #A5BFED. Grayscale: #424242. Windows color (decimal): -10862574 or 1196122. OLE color: 1196122.

HSL color Cylindrical-coordinate representation of color #5A4012: hue angle of 38.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A4012 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB906418-
CMYK00.290.800.65
HSL38.33º66.67%21.18%-
HSV(B)38.33º80%35.29%-
XYZ6.165.881.38-
YUV66.53100.61144.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 52.33%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=52.33%
G=37.21%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90641800.290.800.6538.3366.6721.18
Hex5A401201D5041264315
Octal132100220351201014610325
Binary101101010000001001001110110100001000001100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4012; }

 p { color: rgb(90,64,18); }

 H1.HeaderClassName
 {
   color: #5A4012;
 }
 .AnyTagClassName
 {
   color: #5A4012;
 }
</style>
background-color css

<style>
 a { background-color: #5A4012; }

 a { background-color: rgb(90,64,18); }

 div.DivClassName
 {
   background-color: #5A4012;
 }
 .BgClassName
 {
   background-color: #5A4012;
 }
</style>
border-color css

<style>
 span { border-color: #5A4012; }

 span { border-color: rgb(90,64,18); }

 td.TdClassName
 {
   border-color: #5A4012;
 }
 .TagClassName
 {
   border-color: #5A4012;
 }
</style>