#562D15

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

Shades of Baker's Chocolate #562D15

Tints of Baker's Chocolate #562D15

Color information

#562D15 (or 0x562D15) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2D and 15. RGB value is (86,45,21). Sum of RGB (Red+Green+Blue) = 86+45+21=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #562D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D15 is #A9D2EA. Grayscale: #363636. Windows color (decimal): -11129579 or 1387862. OLE color: 1387862.

HSL color Cylindrical-coordinate representation of color #562D15: hue angle of 22.15º 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 #562D15 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB864521-
CMYK00.480.760.66
HSL22.15º60.75%20.98%-
HSV(B)22.15º75.58%33.73%-
XYZ4.913.911.21-
YUV54.52109.08150.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 45 (17.97% from 255) = 29.61%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=56.58%
G=29.61%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86452100.480.760.6622.1560.7520.98
Hex562D150304C42163d15
Octal1265525060114102267525
Binary1010110101101101010110000100110010000101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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