Shades of Baker's Chocolate #712703
Tints of Baker's Chocolate #712703
RGB
CMYK
RGB Variations
Color information
#712703 (or 0x712703) is known color: Baker's Chocolate. HEX triplet: 71, 27 and 03. RGB value is (113,39,3). Sum of RGB (Red+Green+Blue) = 113+39+3=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712703 is #8ED8FC. Grayscale: #393939. Windows color (decimal): -9361661 or 206705. OLE color: 206705.
HSL color Cylindrical-coordinate representation of color #712703: hue angle of 19.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #712703 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 39 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.56 |
| HSL | 19.64º | 0.95% | 0.23% | - |
| HSV(B) | 19.64º | 0.97% | 0.44% | - |
| XYZ | 7.55 | 4.97 | 0.65 | - |
| YUV | 57.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 3 | 0 | 0.65 | 0.97 | 0.56 | 19.64 | 0.95 | 0.23 |
| Hex | 71 | 27 | 3 | 0 | 41 | 61 | 38 | 14 | 5F | 17 |
| Octal | 161 | 47 | 3 | 0 | 101 | 141 | 70 | 24 | 137 | 27 |
| Binary | 1110001 | 100111 | 11 | 0 | 1000001 | 1100001 | 111000 | 10100 | 1011111 | 10111 |
Color Harmonies of #712703
Complementary color
Monochromatic Colors of #712703
Black with #712703
Text Example
Text Example
White with #712703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712703; }
p { color: rgb(113,39,3); }
H1.HeaderClassName
{
color: #712703;
}
.AnyTagClassName
{
color: #712703;
}
</style>
background-color css
<style>
a { background-color: #712703; }
a { background-color: rgb(113,39,3); }
div.DivClassName
{
background-color: #712703;
}
.BgClassName
{
background-color: #712703;
}
</style>
border-color css
<style>
span { border-color: #712703; }
span { border-color: rgb(113,39,3); }
td.TdClassName
{
border-color: #712703;
}
.TagClassName
{
border-color: #712703;
}
</style>