Shades of Baker's Chocolate #712804
Tints of Baker's Chocolate #712804
RGB
CMYK
RGB Variations
Color information
#712804 (or 0x712804) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 04. RGB value is (113,40,4). Sum of RGB (Red+Green+Blue) = 113+40+4=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #712804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712804 is #8ED7FB. Grayscale: #393939. Windows color (decimal): -9361404 or 272497. OLE color: 272497.
HSL color Cylindrical-coordinate representation of color #712804: hue angle of 19.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #712804 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 4 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.56 |
| HSL | 19.82º | 0.93% | 0.23% | - |
| HSV(B) | 19.82º | 0.96% | 0.44% | - |
| XYZ | 7.59 | 5.04 | 0.69 | - |
| YUV | 57.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 4 | 0 | 0.65 | 0.96 | 0.56 | 19.82 | 0.93 | 0.23 |
| Hex | 71 | 28 | 4 | 0 | 41 | 60 | 38 | 14 | 5D | 17 |
| Octal | 161 | 50 | 4 | 0 | 101 | 140 | 70 | 24 | 135 | 27 |
| Binary | 1110001 | 101000 | 100 | 0 | 1000001 | 1100000 | 111000 | 10100 | 1011101 | 10111 |
Color Harmonies of #712804
Complementary color
Monochromatic Colors of #712804
Black with #712804
Text Example
Text Example
White with #712804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712804; }
p { color: rgb(113,40,4); }
H1.HeaderClassName
{
color: #712804;
}
.AnyTagClassName
{
color: #712804;
}
</style>
background-color css
<style>
a { background-color: #712804; }
a { background-color: rgb(113,40,4); }
div.DivClassName
{
background-color: #712804;
}
.BgClassName
{
background-color: #712804;
}
</style>
border-color css
<style>
span { border-color: #712804; }
span { border-color: rgb(113,40,4); }
td.TdClassName
{
border-color: #712804;
}
.TagClassName
{
border-color: #712804;
}
</style>