Shades of Baker's Chocolate #712E00
Tints of Baker's Chocolate #712E00
RGB
CMYK
RGB Variations
Color information
#712E00 (or 0x712E00) is known color: Baker's Chocolate. HEX triplet: 71, 2E and 00. RGB value is (113,46,0). Sum of RGB (Red+Green+Blue) = 113+46+0=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #712E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E00 is #8ED1FF. Grayscale: #3D3D3D. Windows color (decimal): -9359872 or 11889. OLE color: 11889.
HSL color Cylindrical-coordinate representation of color #712E00: hue angle of 24.42º 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 #712E00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.56 |
| HSL | 24.42º | 1% | 0.22% | - |
| HSV(B) | 24.42º | 1% | 0.44% | - |
| XYZ | 7.79 | 5.46 | 0.64 | - |
| YUV | 60.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 0 | 0 | 0.59 | 1 | 0.56 | 24.42 | 1 | 0.22 |
| Hex | 71 | 2E | 0 | 0 | 3B | 64 | 38 | 18 | 64 | 16 |
| Octal | 161 | 56 | 0 | 0 | 73 | 144 | 70 | 30 | 144 | 26 |
| Binary | 1110001 | 101110 | 0 | 0 | 111011 | 1100100 | 111000 | 11000 | 1100100 | 10110 |
Color Harmonies of #712E00
Complementary color
Monochromatic Colors of #712E00
Black with #712E00
Text Example
Text Example
White with #712E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E00; }
p { color: rgb(113,46,0); }
H1.HeaderClassName
{
color: #712E00;
}
.AnyTagClassName
{
color: #712E00;
}
</style>
background-color css
<style>
a { background-color: #712E00; }
a { background-color: rgb(113,46,0); }
div.DivClassName
{
background-color: #712E00;
}
.BgClassName
{
background-color: #712E00;
}
</style>
border-color css
<style>
span { border-color: #712E00; }
span { border-color: rgb(113,46,0); }
td.TdClassName
{
border-color: #712E00;
}
.TagClassName
{
border-color: #712E00;
}
</style>