#5C3114

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

Shades of Baker's Chocolate #5C3114

Tints of Baker's Chocolate #5C3114

Color information

#5C3114 (or 0x5C3114) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 31 and 14. RGB value is (92,49,20). Sum of RGB (Red+Green+Blue) = 92+49+20=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3114 is #A3CEEB. Grayscale: #3A3A3A. Windows color (decimal): -10735340 or 1323356. OLE color: 1323356.

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

Color convert

RGB924920-
CMYK00.470.780.64
HSL24.17º64.29%21.96%-
HSV(B)24.17º78.26%36.08%-
XYZ5.644.521.24-
YUV58.55106.25151.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=57.14%
G=30.43%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92492000.470.780.6424.1764.2921.96
Hex5C311402F4E40184016
Octal13461240571161003010026
Binary10111001100011010001011111001110100000011000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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