#5A3324

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

Shades of Hairy Heath #5A3324

Tints of Hairy Heath #5A3324

Color information

#5A3324 (or 0x5A3324) is unknown color: approx Hairy Heath. HEX triplet: 5A, 33 and 24. RGB value is (90,51,36). Sum of RGB (Red+Green+Blue) = 90+51+36=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3324 is #A5CCDB. Grayscale: #3D3D3D. Windows color (decimal): -10865884 or 2372442. OLE color: 2372442.

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

Color convert

RGB905136-
CMYK00.430.600.65
HSL16.67º42.86%24.71%-
HSV(B)16.67º60%35.29%-
XYZ5.724.672.27-
YUV60.95113.92148.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=50.85%
G=28.81%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90513600.430.600.6516.6742.8624.71
Hex5A332402B3C41112b19
Octal132634405374101215331
Binary1011010110011100100010101111110010000011000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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