#5B3526

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

Shades of Hairy Heath #5B3526

Tints of Hairy Heath #5B3526

Color information

#5B3526 (or 0x5B3526) is unknown color: approx Hairy Heath. HEX triplet: 5B, 35 and 26. RGB value is (91,53,38). Sum of RGB (Red+Green+Blue) = 91+53+38=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3526 is #A4CAD9. Grayscale: #3E3E3E. Windows color (decimal): -10799834 or 2504027. OLE color: 2504027.

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

Color convert

RGB915338-
CMYK00.420.580.64
HSL16.98º41.09%25.29%-
HSV(B)16.98º58.24%35.69%-
XYZ5.944.912.47-
YUV62.65114.09148.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=50%
G=29.12%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91533800.420.580.6416.9841.0925.29
Hex5B352602A3A40112919
Octal133654605272100215131
Binary1011011110101100110010101011101010000001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,38); }

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

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

 a { background-color: rgb(91,53,38); }

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

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

 span { border-color: rgb(91,53,38); }

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