Shades of Baker's Chocolate #722D06
Tints of Baker's Chocolate #722D06
RGB
CMYK
RGB Variations
Color information
#722D06 (or 0x722D06) is known color: Baker's Chocolate. HEX triplet: 72, 2D and 06. RGB value is (114,45,6). Sum of RGB (Red+Green+Blue) = 114+45+6=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #722D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722D06 is #8DD2F9. Grayscale: #3D3D3D. Windows color (decimal): -9294586 or 404850. OLE color: 404850.
HSL color Cylindrical-coordinate representation of color #722D06: hue angle of 21.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #722D06 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 6 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.55 |
| HSL | 21.67º | 0.9% | 0.24% | - |
| HSV(B) | 21.67º | 0.95% | 0.45% | - |
| XYZ | 7.91 | 5.47 | 0.81 | - |
| YUV | 61.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 6 | 0 | 0.61 | 0.95 | 0.55 | 21.67 | 0.9 | 0.24 |
| Hex | 72 | 2D | 6 | 0 | 3D | 5F | 37 | 16 | 5A | 18 |
| Octal | 162 | 55 | 6 | 0 | 75 | 137 | 67 | 26 | 132 | 30 |
| Binary | 1110010 | 101101 | 110 | 0 | 111101 | 1011111 | 110111 | 10110 | 1011010 | 11000 |
Color Harmonies of #722D06
Complementary color
Monochromatic Colors of #722D06
Black with #722D06
Text Example
Text Example
White with #722D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D06; }
p { color: rgb(114,45,6); }
H1.HeaderClassName
{
color: #722D06;
}
.AnyTagClassName
{
color: #722D06;
}
</style>
background-color css
<style>
a { background-color: #722D06; }
a { background-color: rgb(114,45,6); }
div.DivClassName
{
background-color: #722D06;
}
.BgClassName
{
background-color: #722D06;
}
</style>
border-color css
<style>
span { border-color: #722D06; }
span { border-color: rgb(114,45,6); }
td.TdClassName
{
border-color: #722D06;
}
.TagClassName
{
border-color: #722D06;
}
</style>