#5C3918

Color #5C3918 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5C3918

Tints of Baker's Chocolate #5C3918

Color information

#5C3918 (or 0x5C3918) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 39 and 18. RGB value is (92,57,24). Sum of RGB (Red+Green+Blue) = 92+57+24=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3918 is #A3C6E7. Grayscale: #3F3F3F. Windows color (decimal): -10733288 or 1587548. OLE color: 1587548.

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

Color convert

RGB925724-
CMYK00.380.740.64
HSL29.12º58.62%22.75%-
HSV(B)29.12º73.91%36.08%-
XYZ6.045.271.56-
YUV63.7105.6148.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.18%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=53.18%
G=32.95%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92572400.380.740.6429.1258.6222.75
Hex5C39180264A401d3b17
Octal1347130046112100357327
Binary1011100111001110000100110100101010000001110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,24); }

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

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

 a { background-color: rgb(92,57,24); }

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

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

 span { border-color: rgb(92,57,24); }

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