Shades of Baker's Chocolate #712D07
Tints of Baker's Chocolate #712D07
RGB
CMYK
RGB Variations
Color information
#712D07 (or 0x712D07) is known color: Baker's Chocolate. HEX triplet: 71, 2D and 07. RGB value is (113,45,7). Sum of RGB (Red+Green+Blue) = 113+45+7=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D07 is #8ED2F8. Grayscale: #3D3D3D. Windows color (decimal): -9360121 or 470385. OLE color: 470385.
HSL color Cylindrical-coordinate representation of color #712D07: hue angle of 21.51º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #712D07 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 7 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.56 |
| HSL | 21.51º | 0.88% | 0.24% | - |
| HSV(B) | 21.51º | 0.94% | 0.44% | - |
| XYZ | 7.79 | 5.4 | 0.83 | - |
| YUV | 61 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 7 | 0 | 0.60 | 0.94 | 0.56 | 21.51 | 0.88 | 0.24 |
| Hex | 71 | 2D | 7 | 0 | 3C | 5E | 38 | 16 | 58 | 18 |
| Octal | 161 | 55 | 7 | 0 | 74 | 136 | 70 | 26 | 130 | 30 |
| Binary | 1110001 | 101101 | 111 | 0 | 111100 | 1011110 | 111000 | 10110 | 1011000 | 11000 |
Color Harmonies of #712D07
Complementary color
Monochromatic Colors of #712D07
Black with #712D07
Text Example
Text Example
White with #712D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D07; }
p { color: rgb(113,45,7); }
H1.HeaderClassName
{
color: #712D07;
}
.AnyTagClassName
{
color: #712D07;
}
</style>
background-color css
<style>
a { background-color: #712D07; }
a { background-color: rgb(113,45,7); }
div.DivClassName
{
background-color: #712D07;
}
.BgClassName
{
background-color: #712D07;
}
</style>
border-color css
<style>
span { border-color: #712D07; }
span { border-color: rgb(113,45,7); }
td.TdClassName
{
border-color: #712D07;
}
.TagClassName
{
border-color: #712D07;
}
</style>