Shades of Baker's Chocolate #722F02
Tints of Baker's Chocolate #722F02
RGB
CMYK
RGB Variations
Color information
#722F02 (or 0x722F02) is known color: Baker's Chocolate. HEX triplet: 72, 2F and 02. RGB value is (114,47,2). Sum of RGB (Red+Green+Blue) = 114+47+2=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #722F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F02 is #8DD0FD. Grayscale: #3E3E3E. Windows color (decimal): -9294078 or 143218. OLE color: 143218.
HSL color Cylindrical-coordinate representation of color #722F02: hue angle of 24.11º 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 #722F02 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.55 |
| HSL | 24.11º | 0.97% | 0.23% | - |
| HSV(B) | 24.11º | 0.98% | 0.45% | - |
| XYZ | 7.97 | 5.61 | 0.72 | - |
| YUV | 61.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 2 | 0 | 0.59 | 0.98 | 0.55 | 24.11 | 0.97 | 0.23 |
| Hex | 72 | 2F | 2 | 0 | 3B | 62 | 37 | 18 | 61 | 17 |
| Octal | 162 | 57 | 2 | 0 | 73 | 142 | 67 | 30 | 141 | 27 |
| Binary | 1110010 | 101111 | 10 | 0 | 111011 | 1100010 | 110111 | 11000 | 1100001 | 10111 |
Color Harmonies of #722F02
Complementary color
Monochromatic Colors of #722F02
Black with #722F02
Text Example
Text Example
White with #722F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F02; }
p { color: rgb(114,47,2); }
H1.HeaderClassName
{
color: #722F02;
}
.AnyTagClassName
{
color: #722F02;
}
</style>
background-color css
<style>
a { background-color: #722F02; }
a { background-color: rgb(114,47,2); }
div.DivClassName
{
background-color: #722F02;
}
.BgClassName
{
background-color: #722F02;
}
</style>
border-color css
<style>
span { border-color: #722F02; }
span { border-color: rgb(114,47,2); }
td.TdClassName
{
border-color: #722F02;
}
.TagClassName
{
border-color: #722F02;
}
</style>