Shades of Baker's Chocolate #722901
Tints of Baker's Chocolate #722901
RGB
CMYK
RGB Variations
Color information
#722901 (or 0x722901) is known color: Baker's Chocolate. HEX triplet: 72, 29 and 01. RGB value is (114,41,1). Sum of RGB (Red+Green+Blue) = 114+41+1=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #722901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722901 is #8DD6FE. Grayscale: #3A3A3A. Windows color (decimal): -9295615 or 76146. OLE color: 76146.
HSL color Cylindrical-coordinate representation of color #722901: hue angle of 21.24º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #722901 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.55 |
| HSL | 21.24º | 0.98% | 0.23% | - |
| HSV(B) | 21.24º | 0.99% | 0.45% | - |
| XYZ | 7.74 | 5.17 | 0.62 | - |
| YUV | 58.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 1 | 0 | 0.64 | 0.99 | 0.55 | 21.24 | 0.98 | 0.23 |
| Hex | 72 | 29 | 1 | 0 | 40 | 63 | 37 | 15 | 62 | 17 |
| Octal | 162 | 51 | 1 | 0 | 100 | 143 | 67 | 25 | 142 | 27 |
| Binary | 1110010 | 101001 | 1 | 0 | 1000000 | 1100011 | 110111 | 10101 | 1100010 | 10111 |
Color Harmonies of #722901
Complementary color
Monochromatic Colors of #722901
Black with #722901
Text Example
Text Example
White with #722901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722901; }
p { color: rgb(114,41,1); }
H1.HeaderClassName
{
color: #722901;
}
.AnyTagClassName
{
color: #722901;
}
</style>
background-color css
<style>
a { background-color: #722901; }
a { background-color: rgb(114,41,1); }
div.DivClassName
{
background-color: #722901;
}
.BgClassName
{
background-color: #722901;
}
</style>
border-color css
<style>
span { border-color: #722901; }
span { border-color: rgb(114,41,1); }
td.TdClassName
{
border-color: #722901;
}
.TagClassName
{
border-color: #722901;
}
</style>