Shades of Baker's Chocolate #722E00
Tints of Baker's Chocolate #722E00
RGB
CMYK
RGB Variations
Color information
#722E00 (or 0x722E00) is known color: Baker's Chocolate. HEX triplet: 72, 2E and 00. RGB value is (114,46,0). Sum of RGB (Red+Green+Blue) = 114+46+0=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #722E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722E00 is #8DD1FF. Grayscale: #3D3D3D. Windows color (decimal): -9294336 or 11890. OLE color: 11890.
HSL color Cylindrical-coordinate representation of color #722E00: hue angle of 24.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #722E00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.55 |
| HSL | 24.21º | 1% | 0.22% | - |
| HSV(B) | 24.21º | 1% | 0.45% | - |
| XYZ | 7.92 | 5.53 | 0.65 | - |
| YUV | 61.09 | 93.53 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 0 | 0 | 0.60 | 1 | 0.55 | 24.21 | 1 | 0.22 |
| Hex | 72 | 2E | 0 | 0 | 3C | 64 | 37 | 18 | 64 | 16 |
| Octal | 162 | 56 | 0 | 0 | 74 | 144 | 67 | 30 | 144 | 26 |
| Binary | 1110010 | 101110 | 0 | 0 | 111100 | 1100100 | 110111 | 11000 | 1100100 | 10110 |
Color Harmonies of #722E00
Complementary color
Monochromatic Colors of #722E00
Black with #722E00
Text Example
Text Example
White with #722E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E00; }
p { color: rgb(114,46,0); }
H1.HeaderClassName
{
color: #722E00;
}
.AnyTagClassName
{
color: #722E00;
}
</style>
background-color css
<style>
a { background-color: #722E00; }
a { background-color: rgb(114,46,0); }
div.DivClassName
{
background-color: #722E00;
}
.BgClassName
{
background-color: #722E00;
}
</style>
border-color css
<style>
span { border-color: #722E00; }
span { border-color: rgb(114,46,0); }
td.TdClassName
{
border-color: #722E00;
}
.TagClassName
{
border-color: #722E00;
}
</style>