Shades of Baker's Chocolate #712F08
Tints of Baker's Chocolate #712F08
RGB
CMYK
RGB Variations
Color information
#712F08 (or 0x712F08) is known color: Baker's Chocolate. HEX triplet: 71, 2F and 08. RGB value is (113,47,8). Sum of RGB (Red+Green+Blue) = 113+47+8=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F08 is #8ED0F7. Grayscale: #3E3E3E. Windows color (decimal): -9359608 or 536433. OLE color: 536433.
HSL color Cylindrical-coordinate representation of color #712F08: hue angle of 22.29º 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 #712F08 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 8 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.56 |
| HSL | 22.29º | 0.87% | 0.24% | - |
| HSV(B) | 22.29º | 0.93% | 0.44% | - |
| XYZ | 7.87 | 5.56 | 0.89 | - |
| YUV | 62.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 8 | 0 | 0.58 | 0.93 | 0.56 | 22.29 | 0.87 | 0.24 |
| Hex | 71 | 2F | 8 | 0 | 3A | 5D | 38 | 16 | 57 | 18 |
| Octal | 161 | 57 | 10 | 0 | 72 | 135 | 70 | 26 | 127 | 30 |
| Binary | 1110001 | 101111 | 1000 | 0 | 111010 | 1011101 | 111000 | 10110 | 1010111 | 11000 |
Color Harmonies of #712F08
Complementary color
Monochromatic Colors of #712F08
Black with #712F08
Text Example
Text Example
White with #712F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F08; }
p { color: rgb(113,47,8); }
H1.HeaderClassName
{
color: #712F08;
}
.AnyTagClassName
{
color: #712F08;
}
</style>
background-color css
<style>
a { background-color: #712F08; }
a { background-color: rgb(113,47,8); }
div.DivClassName
{
background-color: #712F08;
}
.BgClassName
{
background-color: #712F08;
}
</style>
border-color css
<style>
span { border-color: #712F08; }
span { border-color: rgb(113,47,8); }
td.TdClassName
{
border-color: #712F08;
}
.TagClassName
{
border-color: #712F08;
}
</style>