Shades of Baker's Chocolate #712A00
Tints of Baker's Chocolate #712A00
RGB
CMYK
RGB Variations
Color information
#712A00 (or 0x712A00) is known color: Baker's Chocolate. HEX triplet: 71, 2A and 00. RGB value is (113,42,0). Sum of RGB (Red+Green+Blue) = 113+42+0=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A00 is #8ED5FF. Grayscale: #3A3A3A. Windows color (decimal): -9360896 or 10865. OLE color: 10865.
HSL color Cylindrical-coordinate representation of color #712A00: hue angle of 22.3º 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 #712A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.56 |
| HSL | 22.3º | 1% | 0.22% | - |
| HSV(B) | 22.3º | 1% | 0.44% | - |
| XYZ | 7.64 | 5.17 | 0.59 | - |
| YUV | 58.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 0 | 0 | 0.63 | 1 | 0.56 | 22.3 | 1 | 0.22 |
| Hex | 71 | 2A | 0 | 0 | 3F | 64 | 38 | 16 | 64 | 16 |
| Octal | 161 | 52 | 0 | 0 | 77 | 144 | 70 | 26 | 144 | 26 |
| Binary | 1110001 | 101010 | 0 | 0 | 111111 | 1100100 | 111000 | 10110 | 1100100 | 10110 |
Color Harmonies of #712A00
Complementary color
Monochromatic Colors of #712A00
Black with #712A00
Text Example
Text Example
White with #712A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A00; }
p { color: rgb(113,42,0); }
H1.HeaderClassName
{
color: #712A00;
}
.AnyTagClassName
{
color: #712A00;
}
</style>
background-color css
<style>
a { background-color: #712A00; }
a { background-color: rgb(113,42,0); }
div.DivClassName
{
background-color: #712A00;
}
.BgClassName
{
background-color: #712A00;
}
</style>
border-color css
<style>
span { border-color: #712A00; }
span { border-color: rgb(113,42,0); }
td.TdClassName
{
border-color: #712A00;
}
.TagClassName
{
border-color: #712A00;
}
</style>