Shades of Baker's Chocolate #722902
Tints of Baker's Chocolate #722902
RGB
CMYK
RGB Variations
Color information
#722902 (or 0x722902) is known color: Baker's Chocolate. HEX triplet: 72, 29 and 02. RGB value is (114,41,2). Sum of RGB (Red+Green+Blue) = 114+41+2=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #722902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722902 is #8DD6FD. Grayscale: #3A3A3A. Windows color (decimal): -9295614 or 141682. OLE color: 141682.
HSL color Cylindrical-coordinate representation of color #722902: hue angle of 20.89º 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 #722902 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 2 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.55 |
| HSL | 20.89º | 0.97% | 0.23% | - |
| HSV(B) | 20.89º | 0.98% | 0.45% | - |
| XYZ | 7.74 | 5.17 | 0.65 | - |
| YUV | 58.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 2 | 0 | 0.64 | 0.98 | 0.55 | 20.89 | 0.97 | 0.23 |
| Hex | 72 | 29 | 2 | 0 | 40 | 62 | 37 | 15 | 61 | 17 |
| Octal | 162 | 51 | 2 | 0 | 100 | 142 | 67 | 25 | 141 | 27 |
| Binary | 1110010 | 101001 | 10 | 0 | 1000000 | 1100010 | 110111 | 10101 | 1100001 | 10111 |
Color Harmonies of #722902
Complementary color
Monochromatic Colors of #722902
Black with #722902
Text Example
Text Example
White with #722902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722902; }
p { color: rgb(114,41,2); }
H1.HeaderClassName
{
color: #722902;
}
.AnyTagClassName
{
color: #722902;
}
</style>
background-color css
<style>
a { background-color: #722902; }
a { background-color: rgb(114,41,2); }
div.DivClassName
{
background-color: #722902;
}
.BgClassName
{
background-color: #722902;
}
</style>
border-color css
<style>
span { border-color: #722902; }
span { border-color: rgb(114,41,2); }
td.TdClassName
{
border-color: #722902;
}
.TagClassName
{
border-color: #722902;
}
</style>