#562D17

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

Shades of Baker's Chocolate #562D17

Tints of Baker's Chocolate #562D17

Color information

#562D17 (or 0x562D17) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2D and 17. RGB value is (86,45,23). Sum of RGB (Red+Green+Blue) = 86+45+23=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #562D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D17 is #A9D2E8. Grayscale: #363636. Windows color (decimal): -11129577 or 1518934. OLE color: 1518934.

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

Color convert

RGB864523-
CMYK00.480.730.66
HSL20.95º57.8%21.37%-
HSV(B)20.95º73.26%33.73%-
XYZ4.933.921.31-
YUV54.75110.08150.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=55.84%
G=29.22%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86452300.480.730.6620.9557.821.37
Hex562D170304942153a15
Octal1265527060111102257225
Binary1010110101101101110110000100100110000101010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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