Shades of Baker's Chocolate #722501
Tints of Baker's Chocolate #722501
RGB
CMYK
RGB Variations
Color information
#722501 (or 0x722501) is known color: Baker's Chocolate. HEX triplet: 72, 25 and 01. RGB value is (114,37,1). Sum of RGB (Red+Green+Blue) = 114+37+1=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #722501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722501 is #8DDAFE. Grayscale: #383838. Windows color (decimal): -9296639 or 75122. OLE color: 75122.
HSL color Cylindrical-coordinate representation of color #722501: hue angle of 19.12º 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 #722501 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.55 |
| HSL | 19.12º | 0.98% | 0.23% | - |
| HSV(B) | 19.12º | 0.99% | 0.45% | - |
| XYZ | 7.61 | 4.9 | 0.57 | - |
| YUV | 55.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 1 | 0 | 0.68 | 0.99 | 0.55 | 19.12 | 0.98 | 0.23 |
| Hex | 72 | 25 | 1 | 0 | 44 | 63 | 37 | 13 | 62 | 17 |
| Octal | 162 | 45 | 1 | 0 | 104 | 143 | 67 | 23 | 142 | 27 |
| Binary | 1110010 | 100101 | 1 | 0 | 1000100 | 1100011 | 110111 | 10011 | 1100010 | 10111 |
Color Harmonies of #722501
Complementary color
Monochromatic Colors of #722501
Black with #722501
Text Example
Text Example
White with #722501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722501; }
p { color: rgb(114,37,1); }
H1.HeaderClassName
{
color: #722501;
}
.AnyTagClassName
{
color: #722501;
}
</style>
background-color css
<style>
a { background-color: #722501; }
a { background-color: rgb(114,37,1); }
div.DivClassName
{
background-color: #722501;
}
.BgClassName
{
background-color: #722501;
}
</style>
border-color css
<style>
span { border-color: #722501; }
span { border-color: rgb(114,37,1); }
td.TdClassName
{
border-color: #722501;
}
.TagClassName
{
border-color: #722501;
}
</style>