Shades of Baker's Chocolate #713204
Tints of Baker's Chocolate #713204
RGB
CMYK
RGB Variations
Color information
#713204 (or 0x713204) is known color: Baker's Chocolate. HEX triplet: 71, 32 and 04. RGB value is (113,50,4). Sum of RGB (Red+Green+Blue) = 113+50+4=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #713204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713204 is #8ECDFB. Grayscale: #3F3F3F. Windows color (decimal): -9358844 or 275057. OLE color: 275057.
HSL color Cylindrical-coordinate representation of color #713204: hue angle of 25.32º 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 #713204 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 4 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.56 |
| HSL | 25.32º | 0.93% | 0.23% | - |
| HSV(B) | 25.32º | 0.96% | 0.44% | - |
| XYZ | 7.97 | 5.8 | 0.81 | - |
| YUV | 63.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 4 | 0 | 0.56 | 0.96 | 0.56 | 25.32 | 0.93 | 0.23 |
| Hex | 71 | 32 | 4 | 0 | 38 | 60 | 38 | 19 | 5D | 17 |
| Octal | 161 | 62 | 4 | 0 | 70 | 140 | 70 | 31 | 135 | 27 |
| Binary | 1110001 | 110010 | 100 | 0 | 111000 | 1100000 | 111000 | 11001 | 1011101 | 10111 |
Color Harmonies of #713204
Complementary color
Monochromatic Colors of #713204
Black with #713204
Text Example
Text Example
White with #713204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713204; }
p { color: rgb(113,50,4); }
H1.HeaderClassName
{
color: #713204;
}
.AnyTagClassName
{
color: #713204;
}
</style>
background-color css
<style>
a { background-color: #713204; }
a { background-color: rgb(113,50,4); }
div.DivClassName
{
background-color: #713204;
}
.BgClassName
{
background-color: #713204;
}
</style>
border-color css
<style>
span { border-color: #713204; }
span { border-color: rgb(113,50,4); }
td.TdClassName
{
border-color: #713204;
}
.TagClassName
{
border-color: #713204;
}
</style>