Shades of Baker's Chocolate #712908
Tints of Baker's Chocolate #712908
RGB
CMYK
RGB Variations
Color information
#712908 (or 0x712908) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 08. RGB value is (113,41,8). Sum of RGB (Red+Green+Blue) = 113+41+8=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #712908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712908 is #8ED6F7. Grayscale: #3A3A3A. Windows color (decimal): -9361144 or 534897. OLE color: 534897.
HSL color Cylindrical-coordinate representation of color #712908: hue angle of 18.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #712908 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 8 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.56 |
| HSL | 18.86º | 0.87% | 0.24% | - |
| HSV(B) | 18.86º | 0.93% | 0.44% | - |
| XYZ | 7.65 | 5.11 | 0.81 | - |
| YUV | 58.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 8 | 0 | 0.64 | 0.93 | 0.56 | 18.86 | 0.87 | 0.24 |
| Hex | 71 | 29 | 8 | 0 | 40 | 5D | 38 | 13 | 57 | 18 |
| Octal | 161 | 51 | 10 | 0 | 100 | 135 | 70 | 23 | 127 | 30 |
| Binary | 1110001 | 101001 | 1000 | 0 | 1000000 | 1011101 | 111000 | 10011 | 1010111 | 11000 |
Color Harmonies of #712908
Complementary color
Monochromatic Colors of #712908
Black with #712908
Text Example
Text Example
White with #712908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712908; }
p { color: rgb(113,41,8); }
H1.HeaderClassName
{
color: #712908;
}
.AnyTagClassName
{
color: #712908;
}
</style>
background-color css
<style>
a { background-color: #712908; }
a { background-color: rgb(113,41,8); }
div.DivClassName
{
background-color: #712908;
}
.BgClassName
{
background-color: #712908;
}
</style>
border-color css
<style>
span { border-color: #712908; }
span { border-color: rgb(113,41,8); }
td.TdClassName
{
border-color: #712908;
}
.TagClassName
{
border-color: #712908;
}
</style>