Shades of Baker's Chocolate #712900
Tints of Baker's Chocolate #712900
RGB
CMYK
RGB Variations
Color information
#712900 (or 0x712900) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 00. RGB value is (113,41,0). Sum of RGB (Red+Green+Blue) = 113+41+0=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #712900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712900 is #8ED6FF. Grayscale: #3A3A3A. Windows color (decimal): -9361152 or 10609. OLE color: 10609.
HSL color Cylindrical-coordinate representation of color #712900: hue angle of 21.77º 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 #712900 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.56 |
| HSL | 21.77º | 1% | 0.22% | - |
| HSV(B) | 21.77º | 1% | 0.44% | - |
| XYZ | 7.6 | 5.1 | 0.58 | - |
| YUV | 57.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 0 | 0 | 0.64 | 1 | 0.56 | 21.77 | 1 | 0.22 |
| Hex | 71 | 29 | 0 | 0 | 40 | 64 | 38 | 16 | 64 | 16 |
| Octal | 161 | 51 | 0 | 0 | 100 | 144 | 70 | 26 | 144 | 26 |
| Binary | 1110001 | 101001 | 0 | 0 | 1000000 | 1100100 | 111000 | 10110 | 1100100 | 10110 |
Color Harmonies of #712900
Complementary color
Monochromatic Colors of #712900
Black with #712900
Text Example
Text Example
White with #712900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712900; }
p { color: rgb(113,41,0); }
H1.HeaderClassName
{
color: #712900;
}
.AnyTagClassName
{
color: #712900;
}
</style>
background-color css
<style>
a { background-color: #712900; }
a { background-color: rgb(113,41,0); }
div.DivClassName
{
background-color: #712900;
}
.BgClassName
{
background-color: #712900;
}
</style>
border-color css
<style>
span { border-color: #712900; }
span { border-color: rgb(113,41,0); }
td.TdClassName
{
border-color: #712900;
}
.TagClassName
{
border-color: #712900;
}
</style>