Shades of Baker's Chocolate #722802
Tints of Baker's Chocolate #722802
RGB
CMYK
RGB Variations
Color information
#722802 (or 0x722802) is known color: Baker's Chocolate. HEX triplet: 72, 28 and 02. RGB value is (114,40,2). Sum of RGB (Red+Green+Blue) = 114+40+2=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #722802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722802 is #8DD7FD. Grayscale: #3A3A3A. Windows color (decimal): -9295870 or 141426. OLE color: 141426.
HSL color Cylindrical-coordinate representation of color #722802: hue angle of 20.36º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #722802 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 2 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.55 |
| HSL | 20.36º | 0.97% | 0.23% | - |
| HSV(B) | 20.36º | 0.98% | 0.45% | - |
| XYZ | 7.71 | 5.1 | 0.64 | - |
| YUV | 57.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 2 | 0 | 0.65 | 0.98 | 0.55 | 20.36 | 0.97 | 0.23 |
| Hex | 72 | 28 | 2 | 0 | 41 | 62 | 37 | 14 | 61 | 17 |
| Octal | 162 | 50 | 2 | 0 | 101 | 142 | 67 | 24 | 141 | 27 |
| Binary | 1110010 | 101000 | 10 | 0 | 1000001 | 1100010 | 110111 | 10100 | 1100001 | 10111 |
Color Harmonies of #722802
Complementary color
Monochromatic Colors of #722802
Black with #722802
Text Example
Text Example
White with #722802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722802; }
p { color: rgb(114,40,2); }
H1.HeaderClassName
{
color: #722802;
}
.AnyTagClassName
{
color: #722802;
}
</style>
background-color css
<style>
a { background-color: #722802; }
a { background-color: rgb(114,40,2); }
div.DivClassName
{
background-color: #722802;
}
.BgClassName
{
background-color: #722802;
}
</style>
border-color css
<style>
span { border-color: #722802; }
span { border-color: rgb(114,40,2); }
td.TdClassName
{
border-color: #722802;
}
.TagClassName
{
border-color: #722802;
}
</style>