#5A3224

Color #5A3224 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #5A3224

Tints of Hairy Heath #5A3224

Color information

#5A3224 (or 0x5A3224) is unknown color: approx Hairy Heath. HEX triplet: 5A, 32 and 24. RGB value is (90,50,36). Sum of RGB (Red+Green+Blue) = 90+50+36=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3224 is #A5CDDB. Grayscale: #3C3C3C. Windows color (decimal): -10866140 or 2372186. OLE color: 2372186.

HSL color Cylindrical-coordinate representation of color #5A3224: hue angle of 15.56º 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 #5A3224 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB905036-
CMYK00.440.600.65
HSL15.56º42.86%24.71%-
HSV(B)15.56º60%35.29%-
XYZ5.684.582.25-
YUV60.36114.25149.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=51.14%
G=28.41%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90503600.440.600.6515.5642.8624.71
Hex5A322402C3C41102b19
Octal132624405474101205331
Binary1011010110010100100010110011110010000011000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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