Shades of Baker's Chocolate #712802
Tints of Baker's Chocolate #712802
RGB
CMYK
RGB Variations
Color information
#712802 (or 0x712802) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 02. RGB value is (113,40,2). Sum of RGB (Red+Green+Blue) = 113+40+2=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712802 is #8ED7FD. Grayscale: #393939. Windows color (decimal): -9361406 or 141425. OLE color: 141425.
HSL color Cylindrical-coordinate representation of color #712802: hue angle of 20.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #712802 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 2 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.56 |
| HSL | 20.54º | 0.97% | 0.23% | - |
| HSV(B) | 20.54º | 0.98% | 0.44% | - |
| XYZ | 7.58 | 5.03 | 0.63 | - |
| YUV | 57.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 2 | 0 | 0.65 | 0.98 | 0.56 | 20.54 | 0.97 | 0.23 |
| Hex | 71 | 28 | 2 | 0 | 41 | 62 | 38 | 15 | 61 | 17 |
| Octal | 161 | 50 | 2 | 0 | 101 | 142 | 70 | 25 | 141 | 27 |
| Binary | 1110001 | 101000 | 10 | 0 | 1000001 | 1100010 | 111000 | 10101 | 1100001 | 10111 |
Color Harmonies of #712802
Complementary color
Monochromatic Colors of #712802
Black with #712802
Text Example
Text Example
White with #712802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712802; }
p { color: rgb(113,40,2); }
H1.HeaderClassName
{
color: #712802;
}
.AnyTagClassName
{
color: #712802;
}
</style>
background-color css
<style>
a { background-color: #712802; }
a { background-color: rgb(113,40,2); }
div.DivClassName
{
background-color: #712802;
}
.BgClassName
{
background-color: #712802;
}
</style>
border-color css
<style>
span { border-color: #712802; }
span { border-color: rgb(113,40,2); }
td.TdClassName
{
border-color: #712802;
}
.TagClassName
{
border-color: #712802;
}
</style>