Shades of Baker's Chocolate #712200
Tints of Baker's Chocolate #712200
RGB
CMYK
RGB Variations
Color information
#712200 (or 0x712200) is known color: Baker's Chocolate. HEX triplet: 71, 22 and 00. RGB value is (113,34,0). Sum of RGB (Red+Green+Blue) = 113+34+0=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #712200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712200 is #8EDDFF. Grayscale: #353535. Windows color (decimal): -9362944 or 8817. OLE color: 8817.
HSL color Cylindrical-coordinate representation of color #712200: hue angle of 18.05º 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 #712200 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.56 |
| HSL | 18.05º | 1% | 0.22% | - |
| HSV(B) | 18.05º | 1% | 0.44% | - |
| XYZ | 7.38 | 4.65 | 0.51 | - |
| YUV | 53.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 0 | 0 | 0.70 | 1 | 0.56 | 18.05 | 1 | 0.22 |
| Hex | 71 | 22 | 0 | 0 | 46 | 64 | 38 | 12 | 64 | 16 |
| Octal | 161 | 42 | 0 | 0 | 106 | 144 | 70 | 22 | 144 | 26 |
| Binary | 1110001 | 100010 | 0 | 0 | 1000110 | 1100100 | 111000 | 10010 | 1100100 | 10110 |
Color Harmonies of #712200
Complementary color
Monochromatic Colors of #712200
Black with #712200
Text Example
Text Example
White with #712200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712200; }
p { color: rgb(113,34,0); }
H1.HeaderClassName
{
color: #712200;
}
.AnyTagClassName
{
color: #712200;
}
</style>
background-color css
<style>
a { background-color: #712200; }
a { background-color: rgb(113,34,0); }
div.DivClassName
{
background-color: #712200;
}
.BgClassName
{
background-color: #712200;
}
</style>
border-color css
<style>
span { border-color: #712200; }
span { border-color: rgb(113,34,0); }
td.TdClassName
{
border-color: #712200;
}
.TagClassName
{
border-color: #712200;
}
</style>