#5A3325

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

Shades of Hairy Heath #5A3325

Tints of Hairy Heath #5A3325

Color information

#5A3325 (or 0x5A3325) is unknown color: approx Hairy Heath. HEX triplet: 5A, 33 and 25. RGB value is (90,51,37). Sum of RGB (Red+Green+Blue) = 90+51+37=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3325 is #A5CCDA. Grayscale: #3D3D3D. Windows color (decimal): -10865883 or 2437978. OLE color: 2437978.

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

Color convert

RGB905137-
CMYK00.430.590.65
HSL15.85º41.73%24.9%-
HSV(B)15.85º58.89%35.29%-
XYZ5.734.672.35-
YUV61.06114.42148.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.56%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=50.56%
G=28.65%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90513700.430.590.6515.8541.7324.9
Hex5A332502B3B41102a19
Octal132634505373101205231
Binary1011010110011100101010101111101110000011000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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