Shades of Baker's Chocolate #562A01
Tints of Baker's Chocolate #562A01
RGB
CMYK
RGB Variations
Color information
#562A01 (or 0x562A01) is known color: Baker's Chocolate. HEX triplet: 56, 2A and 01. RGB value is (86,42,1). Sum of RGB (Red+Green+Blue) = 86+42+1=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #562A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A01 is #A9D5FE. Grayscale: #323232. Windows color (decimal): -11130367 or 76374. OLE color: 76374.
HSL color Cylindrical-coordinate representation of color #562A01: hue angle of 28.94º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #562A01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.66 |
| HSL | 28.94º | 0.98% | 0.17% | - |
| HSV(B) | 28.94º | 0.99% | 0.34% | - |
| XYZ | 4.67 | 3.64 | 0.48 | - |
| YUV | 50.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 1 | 0 | 0.51 | 0.99 | 0.66 | 28.94 | 0.98 | 0.17 |
| Hex | 56 | 2A | 1 | 0 | 33 | 63 | 42 | 1D | 62 | 11 |
| Octal | 126 | 52 | 1 | 0 | 63 | 143 | 102 | 35 | 142 | 21 |
| Binary | 1010110 | 101010 | 1 | 0 | 110011 | 1100011 | 1000010 | 11101 | 1100010 | 10001 |
Color Harmonies of #562A01
Complementary color
Monochromatic Colors of #562A01
Black with #562A01
Text Example
Text Example
White with #562A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A01; }
p { color: rgb(86,42,1); }
H1.HeaderClassName
{
color: #562A01;
}
.AnyTagClassName
{
color: #562A01;
}
</style>
background-color css
<style>
a { background-color: #562A01; }
a { background-color: rgb(86,42,1); }
div.DivClassName
{
background-color: #562A01;
}
.BgClassName
{
background-color: #562A01;
}
</style>
border-color css
<style>
span { border-color: #562A01; }
span { border-color: rgb(86,42,1); }
td.TdClassName
{
border-color: #562A01;
}
.TagClassName
{
border-color: #562A01;
}
</style>