Shades of Baker's Chocolate #722D04
Tints of Baker's Chocolate #722D04
RGB
CMYK
RGB Variations
Color information
#722D04 (or 0x722D04) is known color: Baker's Chocolate. HEX triplet: 72, 2D and 04. RGB value is (114,45,4). Sum of RGB (Red+Green+Blue) = 114+45+4=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #722D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722D04 is #8DD2FB. Grayscale: #3D3D3D. Windows color (decimal): -9294588 or 273778. OLE color: 273778.
HSL color Cylindrical-coordinate representation of color #722D04: hue angle of 22.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #722D04 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 4 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.55 |
| HSL | 22.36º | 0.93% | 0.23% | - |
| HSV(B) | 22.36º | 0.96% | 0.45% | - |
| XYZ | 7.9 | 5.46 | 0.75 | - |
| YUV | 60.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 4 | 0 | 0.61 | 0.96 | 0.55 | 22.36 | 0.93 | 0.23 |
| Hex | 72 | 2D | 4 | 0 | 3D | 60 | 37 | 16 | 5D | 17 |
| Octal | 162 | 55 | 4 | 0 | 75 | 140 | 67 | 26 | 135 | 27 |
| Binary | 1110010 | 101101 | 100 | 0 | 111101 | 1100000 | 110111 | 10110 | 1011101 | 10111 |
Color Harmonies of #722D04
Complementary color
Monochromatic Colors of #722D04
Black with #722D04
Text Example
Text Example
White with #722D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D04; }
p { color: rgb(114,45,4); }
H1.HeaderClassName
{
color: #722D04;
}
.AnyTagClassName
{
color: #722D04;
}
</style>
background-color css
<style>
a { background-color: #722D04; }
a { background-color: rgb(114,45,4); }
div.DivClassName
{
background-color: #722D04;
}
.BgClassName
{
background-color: #722D04;
}
</style>
border-color css
<style>
span { border-color: #722D04; }
span { border-color: rgb(114,45,4); }
td.TdClassName
{
border-color: #722D04;
}
.TagClassName
{
border-color: #722D04;
}
</style>