#5A4224

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

Shades of Dark Brown #5A4224

Tints of Dark Brown #5A4224

Color information

#5A4224 (or 0x5A4224) is unknown color: approx Dark Brown. HEX triplet: 5A, 42 and 24. RGB value is (90,66,36). Sum of RGB (Red+Green+Blue) = 90+66+36=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4224 is #A5BDDB. Grayscale: #454545. Windows color (decimal): -10862044 or 2376282. OLE color: 2376282.

HSL color Cylindrical-coordinate representation of color #5A4224: hue angle of 33.33º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4224 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB906636-
CMYK00.270.600.65
HSL33.33º42.86%24.71%-
HSV(B)33.33º60%35.29%-
XYZ6.486.22.52-
YUV69.76108.95142.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.88%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=46.88%
G=34.38%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90663600.270.600.6533.3342.8624.71
Hex5A422401B3C41212b19
Octal1321024403374101415331
Binary10110101000010100100011011111100100000110000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,36); }

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

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

 a { background-color: rgb(90,66,36); }

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

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

 span { border-color: rgb(90,66,36); }

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