#562D14

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

Shades of Baker's Chocolate #562D14

Tints of Baker's Chocolate #562D14

Color information

#562D14 (or 0x562D14) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2D and 14. RGB value is (86,45,20). Sum of RGB (Red+Green+Blue) = 86+45+20=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #562D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D14 is #A9D2EB. Grayscale: #363636. Windows color (decimal): -11129580 or 1322326. OLE color: 1322326.

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

Color convert

RGB864520-
CMYK00.480.770.66
HSL22.73º62.26%20.78%-
HSV(B)22.73º76.74%33.73%-
XYZ4.93.911.16-
YUV54.41108.58150.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=56.95%
G=29.80%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86452000.480.770.6622.7362.2620.78
Hex562D140304D42173e15
Octal1265524060115102277625
Binary1010110101101101000110000100110110000101011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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