Shades of Baker's Chocolate #722C02
Tints of Baker's Chocolate #722C02
RGB
CMYK
RGB Variations
Color information
#722C02 (or 0x722C02) is known color: Baker's Chocolate. HEX triplet: 72, 2C and 02. RGB value is (114,44,2). Sum of RGB (Red+Green+Blue) = 114+44+2=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #722C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C02 is #8DD3FD. Grayscale: #3C3C3C. Windows color (decimal): -9294846 or 142450. OLE color: 142450.
HSL color Cylindrical-coordinate representation of color #722C02: hue angle of 22.5º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #722C02 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 2 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.55 |
| HSL | 22.5º | 0.97% | 0.23% | - |
| HSV(B) | 22.5º | 0.98% | 0.45% | - |
| XYZ | 7.85 | 5.38 | 0.68 | - |
| YUV | 60.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 2 | 0 | 0.61 | 0.98 | 0.55 | 22.5 | 0.97 | 0.23 |
| Hex | 72 | 2C | 2 | 0 | 3D | 62 | 37 | 16 | 61 | 17 |
| Octal | 162 | 54 | 2 | 0 | 75 | 142 | 67 | 26 | 141 | 27 |
| Binary | 1110010 | 101100 | 10 | 0 | 111101 | 1100010 | 110111 | 10110 | 1100001 | 10111 |
Color Harmonies of #722C02
Complementary color
Monochromatic Colors of #722C02
Black with #722C02
Text Example
Text Example
White with #722C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C02; }
p { color: rgb(114,44,2); }
H1.HeaderClassName
{
color: #722C02;
}
.AnyTagClassName
{
color: #722C02;
}
</style>
background-color css
<style>
a { background-color: #722C02; }
a { background-color: rgb(114,44,2); }
div.DivClassName
{
background-color: #722C02;
}
.BgClassName
{
background-color: #722C02;
}
</style>
border-color css
<style>
span { border-color: #722C02; }
span { border-color: rgb(114,44,2); }
td.TdClassName
{
border-color: #722C02;
}
.TagClassName
{
border-color: #722C02;
}
</style>