#5C3529

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

Shades of Hairy Heath #5C3529

Tints of Hairy Heath #5C3529

Color information

#5C3529 (or 0x5C3529) is unknown color: approx Hairy Heath. HEX triplet: 5C, 35 and 29. RGB value is (92,53,41). Sum of RGB (Red+Green+Blue) = 92+53+41=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3529 is #A3CAD6. Grayscale: #3F3F3F. Windows color (decimal): -10734295 or 2700636. OLE color: 2700636.

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

Color convert

RGB925341-
CMYK00.420.550.64
HSL14.12º38.35%26.08%-
HSV(B)14.12º55.43%36.08%-
XYZ6.094.982.74-
YUV63.29115.42148.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.46%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=49.46%
G=28.49%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92534100.420.550.6414.1238.3526.08
Hex5C352902A3740e261a
Octal134655105267100164632
Binary101110011010110100101010101101111000000111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,53,41); }

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

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

 a { background-color: rgb(92,53,41); }

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

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

 span { border-color: rgb(92,53,41); }

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