#5C3513

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

Shades of Baker's Chocolate #5C3513

Tints of Baker's Chocolate #5C3513

Color information

#5C3513 (or 0x5C3513) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 35 and 13. RGB value is (92,53,19). Sum of RGB (Red+Green+Blue) = 92+53+19=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3513 is #A3CAEC. Grayscale: #3C3C3C. Windows color (decimal): -10734317 or 1258844. OLE color: 1258844.

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

Color convert

RGB925319-
CMYK00.420.790.64
HSL27.95º65.77%21.76%-
HSV(B)27.95º79.35%36.08%-
XYZ5.84.871.25-
YUV60.78104.42150.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 56.10%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=56.10%
G=32.32%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92531900.420.790.6427.9565.7721.76
Hex5C351302A4F401c4216
Octal13465230521171003410226
Binary10111001101011001101010101001111100000011100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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