Shades of Baker's Chocolate #562702
Tints of Baker's Chocolate #562702
RGB
CMYK
RGB Variations
Color information
#562702 (or 0x562702) is known color: Baker's Chocolate. HEX triplet: 56, 27 and 02. RGB value is (86,39,2). Sum of RGB (Red+Green+Blue) = 86+39+2=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #562702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562702 is #A9D8FD. Grayscale: #313131. Windows color (decimal): -11131134 or 141142. OLE color: 141142.
HSL color Cylindrical-coordinate representation of color #562702: hue angle of 26.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #562702 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 39 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.66 |
| HSL | 26.43º | 0.95% | 0.17% | - |
| HSV(B) | 26.43º | 0.98% | 0.34% | - |
| XYZ | 4.57 | 3.43 | 0.48 | - |
| YUV | 48.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 2 | 0 | 0.55 | 0.98 | 0.66 | 26.43 | 0.95 | 0.17 |
| Hex | 56 | 27 | 2 | 0 | 37 | 62 | 42 | 1A | 5F | 11 |
| Octal | 126 | 47 | 2 | 0 | 67 | 142 | 102 | 32 | 137 | 21 |
| Binary | 1010110 | 100111 | 10 | 0 | 110111 | 1100010 | 1000010 | 11010 | 1011111 | 10001 |
Color Harmonies of #562702
Complementary color
Monochromatic Colors of #562702
Black with #562702
Text Example
Text Example
White with #562702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562702; }
p { color: rgb(86,39,2); }
H1.HeaderClassName
{
color: #562702;
}
.AnyTagClassName
{
color: #562702;
}
</style>
background-color css
<style>
a { background-color: #562702; }
a { background-color: rgb(86,39,2); }
div.DivClassName
{
background-color: #562702;
}
.BgClassName
{
background-color: #562702;
}
</style>
border-color css
<style>
span { border-color: #562702; }
span { border-color: rgb(86,39,2); }
td.TdClassName
{
border-color: #562702;
}
.TagClassName
{
border-color: #562702;
}
</style>