#5C4131

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

Shades of Very Dark Brown #5C4131

Tints of Very Dark Brown #5C4131

Color information

#5C4131 (or 0x5C4131) is unknown color: approx Very Dark Brown. HEX triplet: 5C, 41 and 31. RGB value is (92,65,49). Sum of RGB (Red+Green+Blue) = 92+65+49=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4131 is #A3BECE. Grayscale: #474747. Windows color (decimal): -10731215 or 3227996. OLE color: 3227996.

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

Color convert

RGB926549-
CMYK00.290.470.64
HSL22.33º30.5%27.65%-
HSV(B)22.33º46.74%36.08%-
XYZ6.866.283.76-
YUV71.25115.45142.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.66%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=44.66%
G=31.55%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92654900.290.470.6422.3330.527.65
Hex5C413101D2F40161e1c
Octal1341016103557100263634
Binary101110010000011100010111011011111000000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,65,49); }

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

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

 a { background-color: rgb(92,65,49); }

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

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

 span { border-color: rgb(92,65,49); }

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