Shades of Baker's Chocolate #712C02
Tints of Baker's Chocolate #712C02
RGB
CMYK
RGB Variations
Color information
#712C02 (or 0x712C02) is known color: Baker's Chocolate. HEX triplet: 71, 2C and 02. RGB value is (113,44,2). Sum of RGB (Red+Green+Blue) = 113+44+2=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #712C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C02 is #8ED3FD. Grayscale: #3C3C3C. Windows color (decimal): -9360382 or 142449. OLE color: 142449.
HSL color Cylindrical-coordinate representation of color #712C02: hue angle of 22.7º 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 #712C02 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 2 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.56 |
| HSL | 22.7º | 0.97% | 0.23% | - |
| HSV(B) | 22.7º | 0.98% | 0.44% | - |
| XYZ | 7.72 | 5.32 | 0.68 | - |
| YUV | 59.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 2 | 0 | 0.61 | 0.98 | 0.56 | 22.7 | 0.97 | 0.23 |
| Hex | 71 | 2C | 2 | 0 | 3D | 62 | 38 | 17 | 61 | 17 |
| Octal | 161 | 54 | 2 | 0 | 75 | 142 | 70 | 27 | 141 | 27 |
| Binary | 1110001 | 101100 | 10 | 0 | 111101 | 1100010 | 111000 | 10111 | 1100001 | 10111 |
Color Harmonies of #712C02
Complementary color
Monochromatic Colors of #712C02
Black with #712C02
Text Example
Text Example
White with #712C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C02; }
p { color: rgb(113,44,2); }
H1.HeaderClassName
{
color: #712C02;
}
.AnyTagClassName
{
color: #712C02;
}
</style>
background-color css
<style>
a { background-color: #712C02; }
a { background-color: rgb(113,44,2); }
div.DivClassName
{
background-color: #712C02;
}
.BgClassName
{
background-color: #712C02;
}
</style>
border-color css
<style>
span { border-color: #712C02; }
span { border-color: rgb(113,44,2); }
td.TdClassName
{
border-color: #712C02;
}
.TagClassName
{
border-color: #712C02;
}
</style>