Shades of Baker's Chocolate #722301
Tints of Baker's Chocolate #722301
RGB
CMYK
RGB Variations
Color information
#722301 (or 0x722301) is known color: Baker's Chocolate. HEX triplet: 72, 23 and 01. RGB value is (114,35,1). Sum of RGB (Red+Green+Blue) = 114+35+1=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #722301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722301 is #8DDCFE. Grayscale: #363636. Windows color (decimal): -9297151 or 74610. OLE color: 74610.
HSL color Cylindrical-coordinate representation of color #722301: hue angle of 18.05º 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 #722301 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 35 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.55 |
| HSL | 18.05º | 0.98% | 0.23% | - |
| HSV(B) | 18.05º | 0.99% | 0.45% | - |
| XYZ | 7.55 | 4.78 | 0.55 | - |
| YUV | 54.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 1 | 0 | 0.69 | 0.99 | 0.55 | 18.05 | 0.98 | 0.23 |
| Hex | 72 | 23 | 1 | 0 | 45 | 63 | 37 | 12 | 62 | 17 |
| Octal | 162 | 43 | 1 | 0 | 105 | 143 | 67 | 22 | 142 | 27 |
| Binary | 1110010 | 100011 | 1 | 0 | 1000101 | 1100011 | 110111 | 10010 | 1100010 | 10111 |
Color Harmonies of #722301
Complementary color
Monochromatic Colors of #722301
Black with #722301
Text Example
Text Example
White with #722301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722301; }
p { color: rgb(114,35,1); }
H1.HeaderClassName
{
color: #722301;
}
.AnyTagClassName
{
color: #722301;
}
</style>
background-color css
<style>
a { background-color: #722301; }
a { background-color: rgb(114,35,1); }
div.DivClassName
{
background-color: #722301;
}
.BgClassName
{
background-color: #722301;
}
</style>
border-color css
<style>
span { border-color: #722301; }
span { border-color: rgb(114,35,1); }
td.TdClassName
{
border-color: #722301;
}
.TagClassName
{
border-color: #722301;
}
</style>