Shades of Baker's Chocolate #712702
Tints of Baker's Chocolate #712702
RGB
CMYK
RGB Variations
Color information
#712702 (or 0x712702) is known color: Baker's Chocolate. HEX triplet: 71, 27 and 02. RGB value is (113,39,2). Sum of RGB (Red+Green+Blue) = 113+39+2=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #712702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712702 is #8ED8FD. Grayscale: #393939. Windows color (decimal): -9361662 or 141169. OLE color: 141169.
HSL color Cylindrical-coordinate representation of color #712702: hue angle of 20º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #712702 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 39 | 2 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.56 |
| HSL | 20º | 0.97% | 0.23% | - |
| HSV(B) | 20º | 0.98% | 0.44% | - |
| XYZ | 7.55 | 4.97 | 0.62 | - |
| YUV | 56.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 2 | 0 | 0.65 | 0.98 | 0.56 | 20 | 0.97 | 0.23 |
| Hex | 71 | 27 | 2 | 0 | 41 | 62 | 38 | 14 | 61 | 17 |
| Octal | 161 | 47 | 2 | 0 | 101 | 142 | 70 | 24 | 141 | 27 |
| Binary | 1110001 | 100111 | 10 | 0 | 1000001 | 1100010 | 111000 | 10100 | 1100001 | 10111 |
Color Harmonies of #712702
Complementary color
Monochromatic Colors of #712702
Black with #712702
Text Example
Text Example
White with #712702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712702; }
p { color: rgb(113,39,2); }
H1.HeaderClassName
{
color: #712702;
}
.AnyTagClassName
{
color: #712702;
}
</style>
background-color css
<style>
a { background-color: #712702; }
a { background-color: rgb(113,39,2); }
div.DivClassName
{
background-color: #712702;
}
.BgClassName
{
background-color: #712702;
}
</style>
border-color css
<style>
span { border-color: #712702; }
span { border-color: rgb(113,39,2); }
td.TdClassName
{
border-color: #712702;
}
.TagClassName
{
border-color: #712702;
}
</style>