#562D0A

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

Shades of Baker's Chocolate #562D0A

Tints of Baker's Chocolate #562D0A

Color information

#562D0A (or 0x562D0A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2D and 0A. RGB value is (86,45,10). Sum of RGB (Red+Green+Blue) = 86+45+10=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #562D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D0A is #A9D2F5. Grayscale: #353535. Windows color (decimal): -11129590 or 666966. OLE color: 666966.

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

Color convert

RGB864510-
CMYK00.480.880.66
HSL27.63º79.17%18.82%-
HSV(B)27.63º88.37%33.73%-
XYZ4.833.880.78-
YUV53.27103.58151.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=60.99%
G=31.91%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86451000.480.880.6627.6379.1718.82
Hex562DA03058421c4f13
Octal12655120601301023411723
Binary1010110101101101001100001011000100001011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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