Shades of Baker's Chocolate #712A09
Tints of Baker's Chocolate #712A09
RGB
CMYK
RGB Variations
Color information
#712A09 (or 0x712A09) is known color: Baker's Chocolate. HEX triplet: 71, 2A and 09. RGB value is (113,42,9). Sum of RGB (Red+Green+Blue) = 113+42+9=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #712A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A09 is #8ED5F6. Grayscale: #3B3B3B. Windows color (decimal): -9360887 or 600689. OLE color: 600689.
HSL color Cylindrical-coordinate representation of color #712A09: hue angle of 19.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #712A09 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 9 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.56 |
| HSL | 19.04º | 0.85% | 0.24% | - |
| HSV(B) | 19.04º | 0.92% | 0.44% | - |
| XYZ | 7.69 | 5.19 | 0.85 | - |
| YUV | 59.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 9 | 0 | 0.63 | 0.92 | 0.56 | 19.04 | 0.85 | 0.24 |
| Hex | 71 | 2A | 9 | 0 | 3F | 5C | 38 | 13 | 55 | 18 |
| Octal | 161 | 52 | 11 | 0 | 77 | 134 | 70 | 23 | 125 | 30 |
| Binary | 1110001 | 101010 | 1001 | 0 | 111111 | 1011100 | 111000 | 10011 | 1010101 | 11000 |
Color Harmonies of #712A09
Complementary color
Monochromatic Colors of #712A09
Black with #712A09
Text Example
Text Example
White with #712A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A09; }
p { color: rgb(113,42,9); }
H1.HeaderClassName
{
color: #712A09;
}
.AnyTagClassName
{
color: #712A09;
}
</style>
background-color css
<style>
a { background-color: #712A09; }
a { background-color: rgb(113,42,9); }
div.DivClassName
{
background-color: #712A09;
}
.BgClassName
{
background-color: #712A09;
}
</style>
border-color css
<style>
span { border-color: #712A09; }
span { border-color: rgb(113,42,9); }
td.TdClassName
{
border-color: #712A09;
}
.TagClassName
{
border-color: #712A09;
}
</style>