Shades of Baker's Chocolate #722705
Tints of Baker's Chocolate #722705
RGB
CMYK
RGB Variations
Color information
#722705 (or 0x722705) is known color: Baker's Chocolate. HEX triplet: 72, 27 and 05. RGB value is (114,39,5). Sum of RGB (Red+Green+Blue) = 114+39+5=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #722705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722705 is #8DD8FA. Grayscale: #393939. Windows color (decimal): -9296123 or 337778. OLE color: 337778.
HSL color Cylindrical-coordinate representation of color #722705: hue angle of 18.72º 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 #722705 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 5 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.55 |
| HSL | 18.72º | 0.92% | 0.23% | - |
| HSV(B) | 18.72º | 0.96% | 0.45% | - |
| XYZ | 7.69 | 5.04 | 0.71 | - |
| YUV | 57.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 5 | 0 | 0.66 | 0.96 | 0.55 | 18.72 | 0.92 | 0.23 |
| Hex | 72 | 27 | 5 | 0 | 42 | 60 | 37 | 13 | 5C | 17 |
| Octal | 162 | 47 | 5 | 0 | 102 | 140 | 67 | 23 | 134 | 27 |
| Binary | 1110010 | 100111 | 101 | 0 | 1000010 | 1100000 | 110111 | 10011 | 1011100 | 10111 |
Color Harmonies of #722705
Complementary color
Monochromatic Colors of #722705
Black with #722705
Text Example
Text Example
White with #722705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722705; }
p { color: rgb(114,39,5); }
H1.HeaderClassName
{
color: #722705;
}
.AnyTagClassName
{
color: #722705;
}
</style>
background-color css
<style>
a { background-color: #722705; }
a { background-color: rgb(114,39,5); }
div.DivClassName
{
background-color: #722705;
}
.BgClassName
{
background-color: #722705;
}
</style>
border-color css
<style>
span { border-color: #722705; }
span { border-color: rgb(114,39,5); }
td.TdClassName
{
border-color: #722705;
}
.TagClassName
{
border-color: #722705;
}
</style>