Shades of Baker's Chocolate #562902
Tints of Baker's Chocolate #562902
RGB
CMYK
RGB Variations
Color information
#562902 (or 0x562902) is known color: Baker's Chocolate. HEX triplet: 56, 29 and 02. RGB value is (86,41,2). Sum of RGB (Red+Green+Blue) = 86+41+2=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #562902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562902 is #A9D6FD. Grayscale: #323232. Windows color (decimal): -11130622 or 141654. OLE color: 141654.
HSL color Cylindrical-coordinate representation of color #562902: hue angle of 27.86º 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 #562902 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 2 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.66 |
| HSL | 27.86º | 0.95% | 0.17% | - |
| HSV(B) | 27.86º | 0.98% | 0.34% | - |
| XYZ | 4.64 | 3.57 | 0.5 | - |
| YUV | 50.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 2 | 0 | 0.52 | 0.98 | 0.66 | 27.86 | 0.95 | 0.17 |
| Hex | 56 | 29 | 2 | 0 | 34 | 62 | 42 | 1C | 5F | 11 |
| Octal | 126 | 51 | 2 | 0 | 64 | 142 | 102 | 34 | 137 | 21 |
| Binary | 1010110 | 101001 | 10 | 0 | 110100 | 1100010 | 1000010 | 11100 | 1011111 | 10001 |
Color Harmonies of #562902
Complementary color
Monochromatic Colors of #562902
Black with #562902
Text Example
Text Example
White with #562902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562902; }
p { color: rgb(86,41,2); }
H1.HeaderClassName
{
color: #562902;
}
.AnyTagClassName
{
color: #562902;
}
</style>
background-color css
<style>
a { background-color: #562902; }
a { background-color: rgb(86,41,2); }
div.DivClassName
{
background-color: #562902;
}
.BgClassName
{
background-color: #562902;
}
</style>
border-color css
<style>
span { border-color: #562902; }
span { border-color: rgb(86,41,2); }
td.TdClassName
{
border-color: #562902;
}
.TagClassName
{
border-color: #562902;
}
</style>