Shades of Baker's Chocolate #722A06
Tints of Baker's Chocolate #722A06
RGB
CMYK
RGB Variations
Color information
#722A06 (or 0x722A06) is known color: Baker's Chocolate. HEX triplet: 72, 2A and 06. RGB value is (114,42,6). Sum of RGB (Red+Green+Blue) = 114+42+6=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #722A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A06 is #8DD5F9. Grayscale: #3B3B3B. Windows color (decimal): -9295354 or 404082. OLE color: 404082.
HSL color Cylindrical-coordinate representation of color #722A06: hue angle of 20º 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 #722A06 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 6 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.55 |
| HSL | 20º | 0.9% | 0.24% | - |
| HSV(B) | 20º | 0.95% | 0.45% | - |
| XYZ | 7.8 | 5.25 | 0.77 | - |
| YUV | 59.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 6 | 0 | 0.63 | 0.95 | 0.55 | 20 | 0.9 | 0.24 |
| Hex | 72 | 2A | 6 | 0 | 3F | 5F | 37 | 14 | 5A | 18 |
| Octal | 162 | 52 | 6 | 0 | 77 | 137 | 67 | 24 | 132 | 30 |
| Binary | 1110010 | 101010 | 110 | 0 | 111111 | 1011111 | 110111 | 10100 | 1011010 | 11000 |
Color Harmonies of #722A06
Complementary color
Monochromatic Colors of #722A06
Black with #722A06
Text Example
Text Example
White with #722A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A06; }
p { color: rgb(114,42,6); }
H1.HeaderClassName
{
color: #722A06;
}
.AnyTagClassName
{
color: #722A06;
}
</style>
background-color css
<style>
a { background-color: #722A06; }
a { background-color: rgb(114,42,6); }
div.DivClassName
{
background-color: #722A06;
}
.BgClassName
{
background-color: #722A06;
}
</style>
border-color css
<style>
span { border-color: #722A06; }
span { border-color: rgb(114,42,6); }
td.TdClassName
{
border-color: #722A06;
}
.TagClassName
{
border-color: #722A06;
}
</style>