#5A3226

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

Shades of Hairy Heath #5A3226

Tints of Hairy Heath #5A3226

Color information

#5A3226 (or 0x5A3226) is unknown color: approx Hairy Heath. HEX triplet: 5A, 32 and 26. RGB value is (90,50,38). Sum of RGB (Red+Green+Blue) = 90+50+38=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3226 is #A5CDD9. Grayscale: #3C3C3C. Windows color (decimal): -10866138 or 2503258. OLE color: 2503258.

HSL color Cylindrical-coordinate representation of color #5A3226: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A3226 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB905038-
CMYK00.440.580.65
HSL13.85º40.62%25.1%-
HSV(B)13.85º57.78%35.29%-
XYZ5.714.592.42-
YUV60.59115.25148.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.56%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=50.56%
G=28.09%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90503800.440.580.6513.8540.6225.1
Hex5A322602C3A41e2919
Octal132624605472101165131
Binary101101011001010011001011001110101000001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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