Shades of Baker's Chocolate #722F03
Tints of Baker's Chocolate #722F03
RGB
CMYK
RGB Variations
Color information
#722F03 (or 0x722F03) is known color: Baker's Chocolate. HEX triplet: 72, 2F and 03. RGB value is (114,47,3). Sum of RGB (Red+Green+Blue) = 114+47+3=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #722F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F03 is #8DD0FC. Grayscale: #3E3E3E. Windows color (decimal): -9294077 or 208754. OLE color: 208754.
HSL color Cylindrical-coordinate representation of color #722F03: hue angle of 23.78º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #722F03 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 3 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.55 |
| HSL | 23.78º | 0.95% | 0.23% | - |
| HSV(B) | 23.78º | 0.97% | 0.45% | - |
| XYZ | 7.97 | 5.62 | 0.75 | - |
| YUV | 62.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 3 | 0 | 0.59 | 0.97 | 0.55 | 23.78 | 0.95 | 0.23 |
| Hex | 72 | 2F | 3 | 0 | 3B | 61 | 37 | 18 | 5F | 17 |
| Octal | 162 | 57 | 3 | 0 | 73 | 141 | 67 | 30 | 137 | 27 |
| Binary | 1110010 | 101111 | 11 | 0 | 111011 | 1100001 | 110111 | 11000 | 1011111 | 10111 |
Color Harmonies of #722F03
Complementary color
Monochromatic Colors of #722F03
Black with #722F03
Text Example
Text Example
White with #722F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F03; }
p { color: rgb(114,47,3); }
H1.HeaderClassName
{
color: #722F03;
}
.AnyTagClassName
{
color: #722F03;
}
</style>
background-color css
<style>
a { background-color: #722F03; }
a { background-color: rgb(114,47,3); }
div.DivClassName
{
background-color: #722F03;
}
.BgClassName
{
background-color: #722F03;
}
</style>
border-color css
<style>
span { border-color: #722F03; }
span { border-color: rgb(114,47,3); }
td.TdClassName
{
border-color: #722F03;
}
.TagClassName
{
border-color: #722F03;
}
</style>