Shades of Baker's Chocolate #712504
Tints of Baker's Chocolate #712504
RGB
CMYK
RGB Variations
Color information
#712504 (or 0x712504) is known color: Baker's Chocolate. HEX triplet: 71, 25 and 04. RGB value is (113,37,4). Sum of RGB (Red+Green+Blue) = 113+37+4=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #712504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712504 is #8EDAFB. Grayscale: #383838. Windows color (decimal): -9362172 or 271729. OLE color: 271729.
HSL color Cylindrical-coordinate representation of color #712504: hue angle of 18.17º 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 #712504 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 4 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.56 |
| HSL | 18.17º | 0.93% | 0.23% | - |
| HSV(B) | 18.17º | 0.96% | 0.44% | - |
| XYZ | 7.49 | 4.84 | 0.65 | - |
| YUV | 55.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 4 | 0 | 0.67 | 0.96 | 0.56 | 18.17 | 0.93 | 0.23 |
| Hex | 71 | 25 | 4 | 0 | 43 | 60 | 38 | 12 | 5D | 17 |
| Octal | 161 | 45 | 4 | 0 | 103 | 140 | 70 | 22 | 135 | 27 |
| Binary | 1110001 | 100101 | 100 | 0 | 1000011 | 1100000 | 111000 | 10010 | 1011101 | 10111 |
Color Harmonies of #712504
Complementary color
Monochromatic Colors of #712504
Black with #712504
Text Example
Text Example
White with #712504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712504; }
p { color: rgb(113,37,4); }
H1.HeaderClassName
{
color: #712504;
}
.AnyTagClassName
{
color: #712504;
}
</style>
background-color css
<style>
a { background-color: #712504; }
a { background-color: rgb(113,37,4); }
div.DivClassName
{
background-color: #712504;
}
.BgClassName
{
background-color: #712504;
}
</style>
border-color css
<style>
span { border-color: #712504; }
span { border-color: rgb(113,37,4); }
td.TdClassName
{
border-color: #712504;
}
.TagClassName
{
border-color: #712504;
}
</style>