#5C4236

Color #5C4236 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #5C4236

Tints of Very Dark Brown #5C4236

Color information

#5C4236 (or 0x5C4236) is unknown color: approx Very Dark Brown. HEX triplet: 5C, 42 and 36. RGB value is (92,66,54). Sum of RGB (Red+Green+Blue) = 92+66+54=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4236 is #A3BDC9. Grayscale: #484848. Windows color (decimal): -10730954 or 3555932. OLE color: 3555932.

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

Color convert

RGB926654-
CMYK00.280.410.64
HSL18.95º26.03%28.63%-
HSV(B)18.95º41.3%36.08%-
XYZ7.036.444.36-
YUV72.41117.61141.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.40%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=43.40%
G=31.13%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92665400.280.410.6418.9526.0328.63
Hex5C423601C2940131a1d
Octal1341026603451100233235
Binary101110010000101101100111001010011000000100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,66,54); }

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

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

 a { background-color: rgb(92,66,54); }

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

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

 span { border-color: rgb(92,66,54); }

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