Shades of Baker's Chocolate #562502
Tints of Baker's Chocolate #562502
RGB
CMYK
RGB Variations
Color information
#562502 (or 0x562502) is known color: Baker's Chocolate. HEX triplet: 56, 25 and 02. RGB value is (86,37,2). Sum of RGB (Red+Green+Blue) = 86+37+2=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #562502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562502 is #A9DAFD. Grayscale: #2F2F2F. Windows color (decimal): -11131646 or 140630. OLE color: 140630.
HSL color Cylindrical-coordinate representation of color #562502: hue angle of 25º 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 #562502 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 37 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.66 |
| HSL | 25º | 0.95% | 0.17% | - |
| HSV(B) | 25º | 0.98% | 0.34% | - |
| XYZ | 4.51 | 3.31 | 0.46 | - |
| YUV | 47.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 2 | 0 | 0.57 | 0.98 | 0.66 | 25 | 0.95 | 0.17 |
| Hex | 56 | 25 | 2 | 0 | 39 | 62 | 42 | 19 | 5F | 11 |
| Octal | 126 | 45 | 2 | 0 | 71 | 142 | 102 | 31 | 137 | 21 |
| Binary | 1010110 | 100101 | 10 | 0 | 111001 | 1100010 | 1000010 | 11001 | 1011111 | 10001 |
Color Harmonies of #562502
Complementary color
Monochromatic Colors of #562502
Black with #562502
Text Example
Text Example
White with #562502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562502; }
p { color: rgb(86,37,2); }
H1.HeaderClassName
{
color: #562502;
}
.AnyTagClassName
{
color: #562502;
}
</style>
background-color css
<style>
a { background-color: #562502; }
a { background-color: rgb(86,37,2); }
div.DivClassName
{
background-color: #562502;
}
.BgClassName
{
background-color: #562502;
}
</style>
border-color css
<style>
span { border-color: #562502; }
span { border-color: rgb(86,37,2); }
td.TdClassName
{
border-color: #562502;
}
.TagClassName
{
border-color: #562502;
}
</style>