Shades of Baker's Chocolate #722C03
Tints of Baker's Chocolate #722C03
RGB
CMYK
RGB Variations
Color information
#722C03 (or 0x722C03) is known color: Baker's Chocolate. HEX triplet: 72, 2C and 03. RGB value is (114,44,3). Sum of RGB (Red+Green+Blue) = 114+44+3=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #722C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C03 is #8DD3FC. Grayscale: #3C3C3C. Windows color (decimal): -9294845 or 207986. OLE color: 207986.
HSL color Cylindrical-coordinate representation of color #722C03: hue angle of 22.16º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #722C03 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 3 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.55 |
| HSL | 22.16º | 0.95% | 0.23% | - |
| HSV(B) | 22.16º | 0.97% | 0.45% | - |
| XYZ | 7.86 | 5.39 | 0.71 | - |
| YUV | 60.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 3 | 0 | 0.61 | 0.97 | 0.55 | 22.16 | 0.95 | 0.23 |
| Hex | 72 | 2C | 3 | 0 | 3D | 61 | 37 | 16 | 5F | 17 |
| Octal | 162 | 54 | 3 | 0 | 75 | 141 | 67 | 26 | 137 | 27 |
| Binary | 1110010 | 101100 | 11 | 0 | 111101 | 1100001 | 110111 | 10110 | 1011111 | 10111 |
Color Harmonies of #722C03
Complementary color
Monochromatic Colors of #722C03
Black with #722C03
Text Example
Text Example
White with #722C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C03; }
p { color: rgb(114,44,3); }
H1.HeaderClassName
{
color: #722C03;
}
.AnyTagClassName
{
color: #722C03;
}
</style>
background-color css
<style>
a { background-color: #722C03; }
a { background-color: rgb(114,44,3); }
div.DivClassName
{
background-color: #722C03;
}
.BgClassName
{
background-color: #722C03;
}
</style>
border-color css
<style>
span { border-color: #722C03; }
span { border-color: rgb(114,44,3); }
td.TdClassName
{
border-color: #722C03;
}
.TagClassName
{
border-color: #722C03;
}
</style>