Shades of Baker's Chocolate #713404
Tints of Baker's Chocolate #713404
RGB
CMYK
RGB Variations
Color information
#713404 (or 0x713404) is known color: Baker's Chocolate. HEX triplet: 71, 34 and 04. RGB value is (113,52,4). Sum of RGB (Red+Green+Blue) = 113+52+4=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713404 is #8ECBFB. Grayscale: #414141. Windows color (decimal): -9358332 or 275569. OLE color: 275569.
HSL color Cylindrical-coordinate representation of color #713404: hue angle of 26.42º 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 #713404 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 4 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.56 |
| HSL | 26.42º | 0.93% | 0.23% | - |
| HSV(B) | 26.42º | 0.96% | 0.44% | - |
| XYZ | 8.06 | 5.98 | 0.84 | - |
| YUV | 64.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 4 | 0 | 0.54 | 0.96 | 0.56 | 26.42 | 0.93 | 0.23 |
| Hex | 71 | 34 | 4 | 0 | 36 | 60 | 38 | 1A | 5D | 17 |
| Octal | 161 | 64 | 4 | 0 | 66 | 140 | 70 | 32 | 135 | 27 |
| Binary | 1110001 | 110100 | 100 | 0 | 110110 | 1100000 | 111000 | 11010 | 1011101 | 10111 |
Color Harmonies of #713404
Complementary color
Monochromatic Colors of #713404
Black with #713404
Text Example
Text Example
White with #713404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713404; }
p { color: rgb(113,52,4); }
H1.HeaderClassName
{
color: #713404;
}
.AnyTagClassName
{
color: #713404;
}
</style>
background-color css
<style>
a { background-color: #713404; }
a { background-color: rgb(113,52,4); }
div.DivClassName
{
background-color: #713404;
}
.BgClassName
{
background-color: #713404;
}
</style>
border-color css
<style>
span { border-color: #713404; }
span { border-color: rgb(113,52,4); }
td.TdClassName
{
border-color: #713404;
}
.TagClassName
{
border-color: #713404;
}
</style>