#5D3021

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

Shades of Hairy Heath #5D3021

Tints of Hairy Heath #5D3021

Color information

#5D3021 (or 0x5D3021) is unknown color: approx Hairy Heath. HEX triplet: 5D, 30 and 21. RGB value is (93,48,33). Sum of RGB (Red+Green+Blue) = 93+48+33=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3021 is #A2CFDE. Grayscale: #3B3B3B. Windows color (decimal): -10670047 or 2175069. OLE color: 2175069.

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

Color convert

RGB934833-
CMYK00.480.650.64
HSL15º47.62%24.71%-
HSV(B)15º64.52%36.47%-
XYZ5.854.552.01-
YUV59.74112.91151.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.45%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=53.45%
G=27.59%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93483300.480.650.641547.6224.71
Hex5D30210304140f3019
Octal1356041060101100176031
Binary1011101110000100001011000010000011000000111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,48,33); }

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

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

 a { background-color: rgb(93,48,33); }

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

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

 span { border-color: rgb(93,48,33); }

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