Shades of Baker's Chocolate #722502
Tints of Baker's Chocolate #722502
RGB
CMYK
RGB Variations
Color information
#722502 (or 0x722502) is known color: Baker's Chocolate. HEX triplet: 72, 25 and 02. RGB value is (114,37,2). Sum of RGB (Red+Green+Blue) = 114+37+2=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #722502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722502 is #8DDAFD. Grayscale: #383838. Windows color (decimal): -9296638 or 140658. OLE color: 140658.
HSL color Cylindrical-coordinate representation of color #722502: hue angle of 18.75º 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 #722502 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 2 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.55 |
| HSL | 18.75º | 0.97% | 0.23% | - |
| HSV(B) | 18.75º | 0.98% | 0.45% | - |
| XYZ | 7.61 | 4.9 | 0.6 | - |
| YUV | 56.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 2 | 0 | 0.68 | 0.98 | 0.55 | 18.75 | 0.97 | 0.23 |
| Hex | 72 | 25 | 2 | 0 | 44 | 62 | 37 | 13 | 61 | 17 |
| Octal | 162 | 45 | 2 | 0 | 104 | 142 | 67 | 23 | 141 | 27 |
| Binary | 1110010 | 100101 | 10 | 0 | 1000100 | 1100010 | 110111 | 10011 | 1100001 | 10111 |
Color Harmonies of #722502
Complementary color
Monochromatic Colors of #722502
Black with #722502
Text Example
Text Example
White with #722502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722502; }
p { color: rgb(114,37,2); }
H1.HeaderClassName
{
color: #722502;
}
.AnyTagClassName
{
color: #722502;
}
</style>
background-color css
<style>
a { background-color: #722502; }
a { background-color: rgb(114,37,2); }
div.DivClassName
{
background-color: #722502;
}
.BgClassName
{
background-color: #722502;
}
</style>
border-color css
<style>
span { border-color: #722502; }
span { border-color: rgb(114,37,2); }
td.TdClassName
{
border-color: #722502;
}
.TagClassName
{
border-color: #722502;
}
</style>