Shades of Baker's Chocolate #712A07
Tints of Baker's Chocolate #712A07
RGB
CMYK
RGB Variations
Color information
#712A07 (or 0x712A07) is known color: Baker's Chocolate. HEX triplet: 71, 2A and 07. RGB value is (113,42,7). Sum of RGB (Red+Green+Blue) = 113+42+7=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #712A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A07 is #8ED5F8. Grayscale: #3B3B3B. Windows color (decimal): -9360889 or 469617. OLE color: 469617.
HSL color Cylindrical-coordinate representation of color #712A07: hue angle of 19.81º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #712A07 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 7 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.56 |
| HSL | 19.81º | 0.88% | 0.24% | - |
| HSV(B) | 19.81º | 0.94% | 0.44% | - |
| XYZ | 7.68 | 5.18 | 0.8 | - |
| YUV | 59.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 7 | 0 | 0.63 | 0.94 | 0.56 | 19.81 | 0.88 | 0.24 |
| Hex | 71 | 2A | 7 | 0 | 3F | 5E | 38 | 14 | 58 | 18 |
| Octal | 161 | 52 | 7 | 0 | 77 | 136 | 70 | 24 | 130 | 30 |
| Binary | 1110001 | 101010 | 111 | 0 | 111111 | 1011110 | 111000 | 10100 | 1011000 | 11000 |
Color Harmonies of #712A07
Complementary color
Monochromatic Colors of #712A07
Black with #712A07
Text Example
Text Example
White with #712A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A07; }
p { color: rgb(113,42,7); }
H1.HeaderClassName
{
color: #712A07;
}
.AnyTagClassName
{
color: #712A07;
}
</style>
background-color css
<style>
a { background-color: #712A07; }
a { background-color: rgb(113,42,7); }
div.DivClassName
{
background-color: #712A07;
}
.BgClassName
{
background-color: #712A07;
}
</style>
border-color css
<style>
span { border-color: #712A07; }
span { border-color: rgb(113,42,7); }
td.TdClassName
{
border-color: #712A07;
}
.TagClassName
{
border-color: #712A07;
}
</style>