#562C15

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

Shades of Baker's Chocolate #562C15

Tints of Baker's Chocolate #562C15

Color information

#562C15 (or 0x562C15) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2C and 15. RGB value is (86,44,21). Sum of RGB (Red+Green+Blue) = 86+44+21=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #562C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562C15 is #A9D3EA. Grayscale: #363636. Windows color (decimal): -11129835 or 1387606. OLE color: 1387606.

HSL color Cylindrical-coordinate representation of color #562C15: hue angle of 21.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562C15 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB864421-
CMYK00.490.760.66
HSL21.23º60.75%20.98%-
HSV(B)21.23º75.58%33.73%-
XYZ4.873.831.19-
YUV53.94109.41150.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=56.95%
G=29.14%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86442100.490.760.6621.2360.7520.98
Hex562C150314C42153d15
Octal1265425061114102257525
Binary1010110101100101010110001100110010000101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562C15; }

 p { color: rgb(86,44,21); }

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

<style>
 a { background-color: #562C15; }

 a { background-color: rgb(86,44,21); }

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

<style>
 span { border-color: #562C15; }

 span { border-color: rgb(86,44,21); }

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