Shades of Baker's Chocolate #722B01
Tints of Baker's Chocolate #722B01
RGB
CMYK
RGB Variations
Color information
#722B01 (or 0x722B01) is known color: Baker's Chocolate. HEX triplet: 72, 2B and 01. RGB value is (114,43,1). Sum of RGB (Red+Green+Blue) = 114+43+1=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #722B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722B01 is #8DD4FE. Grayscale: #3B3B3B. Windows color (decimal): -9295103 or 76658. OLE color: 76658.
HSL color Cylindrical-coordinate representation of color #722B01: hue angle of 22.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #722B01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.55 |
| HSL | 22.3º | 0.98% | 0.23% | - |
| HSV(B) | 22.3º | 0.99% | 0.45% | - |
| XYZ | 7.81 | 5.31 | 0.64 | - |
| YUV | 59.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 1 | 0 | 0.62 | 0.99 | 0.55 | 22.3 | 0.98 | 0.23 |
| Hex | 72 | 2B | 1 | 0 | 3E | 63 | 37 | 16 | 62 | 17 |
| Octal | 162 | 53 | 1 | 0 | 76 | 143 | 67 | 26 | 142 | 27 |
| Binary | 1110010 | 101011 | 1 | 0 | 111110 | 1100011 | 110111 | 10110 | 1100010 | 10111 |
Color Harmonies of #722B01
Complementary color
Monochromatic Colors of #722B01
Black with #722B01
Text Example
Text Example
White with #722B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B01; }
p { color: rgb(114,43,1); }
H1.HeaderClassName
{
color: #722B01;
}
.AnyTagClassName
{
color: #722B01;
}
</style>
background-color css
<style>
a { background-color: #722B01; }
a { background-color: rgb(114,43,1); }
div.DivClassName
{
background-color: #722B01;
}
.BgClassName
{
background-color: #722B01;
}
</style>
border-color css
<style>
span { border-color: #722B01; }
span { border-color: rgb(114,43,1); }
td.TdClassName
{
border-color: #722B01;
}
.TagClassName
{
border-color: #722B01;
}
</style>