Shades of Baker's Chocolate #712D00
Tints of Baker's Chocolate #712D00
RGB
CMYK
RGB Variations
Color information
#712D00 (or 0x712D00) is known color: Baker's Chocolate. HEX triplet: 71, 2D and 00. RGB value is (113,45,0). Sum of RGB (Red+Green+Blue) = 113+45+0=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #712D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D00 is #8ED2FF. Grayscale: #3C3C3C. Windows color (decimal): -9360128 or 11633. OLE color: 11633.
HSL color Cylindrical-coordinate representation of color #712D00: hue angle of 23.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #712D00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.56 |
| HSL | 23.89º | 1% | 0.22% | - |
| HSV(B) | 23.89º | 1% | 0.44% | - |
| XYZ | 7.75 | 5.39 | 0.63 | - |
| YUV | 60.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 0 | 0 | 0.60 | 1 | 0.56 | 23.89 | 1 | 0.22 |
| Hex | 71 | 2D | 0 | 0 | 3C | 64 | 38 | 18 | 64 | 16 |
| Octal | 161 | 55 | 0 | 0 | 74 | 144 | 70 | 30 | 144 | 26 |
| Binary | 1110001 | 101101 | 0 | 0 | 111100 | 1100100 | 111000 | 11000 | 1100100 | 10110 |
Color Harmonies of #712D00
Complementary color
Monochromatic Colors of #712D00
Black with #712D00
Text Example
Text Example
White with #712D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D00; }
p { color: rgb(113,45,0); }
H1.HeaderClassName
{
color: #712D00;
}
.AnyTagClassName
{
color: #712D00;
}
</style>
background-color css
<style>
a { background-color: #712D00; }
a { background-color: rgb(113,45,0); }
div.DivClassName
{
background-color: #712D00;
}
.BgClassName
{
background-color: #712D00;
}
</style>
border-color css
<style>
span { border-color: #712D00; }
span { border-color: rgb(113,45,0); }
td.TdClassName
{
border-color: #712D00;
}
.TagClassName
{
border-color: #712D00;
}
</style>