#5C3917

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

Shades of Baker's Chocolate #5C3917

Tints of Baker's Chocolate #5C3917

Color information

#5C3917 (or 0x5C3917) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 39 and 17. RGB value is (92,57,23). Sum of RGB (Red+Green+Blue) = 92+57+23=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3917 is #A3C6E8. Grayscale: #3F3F3F. Windows color (decimal): -10733289 or 1522012. OLE color: 1522012.

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

Color convert

RGB925723-
CMYK00.380.750.64
HSL29.57º60%22.55%-
HSV(B)29.57º75%36.08%-
XYZ6.035.261.51-
YUV63.59105.1148.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.49%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=53.49%
G=33.14%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92572300.380.750.6429.576022.55
Hex5C39170264B401e3c17
Octal1347127046113100367427
Binary1011100111001101110100110100101110000001111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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