Shades of Baker's Chocolate #722E05
Tints of Baker's Chocolate #722E05
RGB
CMYK
RGB Variations
Color information
#722E05 (or 0x722E05) is known color: Baker's Chocolate. HEX triplet: 72, 2E and 05. RGB value is (114,46,5). Sum of RGB (Red+Green+Blue) = 114+46+5=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #722E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722E05 is #8DD1FA. Grayscale: #3D3D3D. Windows color (decimal): -9294331 or 339570. OLE color: 339570.
HSL color Cylindrical-coordinate representation of color #722E05: hue angle of 22.57º degrees, saturation: 0.92, 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 #722E05 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 5 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.55 |
| HSL | 22.57º | 0.92% | 0.23% | - |
| HSV(B) | 22.57º | 0.96% | 0.45% | - |
| XYZ | 7.94 | 5.54 | 0.79 | - |
| YUV | 61.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 5 | 0 | 0.60 | 0.96 | 0.55 | 22.57 | 0.92 | 0.23 |
| Hex | 72 | 2E | 5 | 0 | 3C | 60 | 37 | 17 | 5C | 17 |
| Octal | 162 | 56 | 5 | 0 | 74 | 140 | 67 | 27 | 134 | 27 |
| Binary | 1110010 | 101110 | 101 | 0 | 111100 | 1100000 | 110111 | 10111 | 1011100 | 10111 |
Color Harmonies of #722E05
Complementary color
Monochromatic Colors of #722E05
Black with #722E05
Text Example
Text Example
White with #722E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E05; }
p { color: rgb(114,46,5); }
H1.HeaderClassName
{
color: #722E05;
}
.AnyTagClassName
{
color: #722E05;
}
</style>
background-color css
<style>
a { background-color: #722E05; }
a { background-color: rgb(114,46,5); }
div.DivClassName
{
background-color: #722E05;
}
.BgClassName
{
background-color: #722E05;
}
</style>
border-color css
<style>
span { border-color: #722E05; }
span { border-color: rgb(114,46,5); }
td.TdClassName
{
border-color: #722E05;
}
.TagClassName
{
border-color: #722E05;
}
</style>