Shades of Baker's Chocolate #702202
Tints of Baker's Chocolate #702202
RGB
CMYK
RGB Variations
Color information
#702202 (or 0x702202) is known color: Baker's Chocolate. HEX triplet: 70, 22 and 02. RGB value is (112,34,2). Sum of RGB (Red+Green+Blue) = 112+34+2=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #702202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702202 is #8FDDFD. Grayscale: #353535. Windows color (decimal): -9428478 or 139888. OLE color: 139888.
HSL color Cylindrical-coordinate representation of color #702202: hue angle of 17.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #702202 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.56 |
| HSL | 17.45º | 0.96% | 0.22% | - |
| HSV(B) | 17.45º | 0.98% | 0.44% | - |
| XYZ | 7.27 | 4.59 | 0.56 | - |
| YUV | 53.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 2 | 0 | 0.70 | 0.98 | 0.56 | 17.45 | 0.96 | 0.22 |
| Hex | 70 | 22 | 2 | 0 | 46 | 62 | 38 | 11 | 60 | 16 |
| Octal | 160 | 42 | 2 | 0 | 106 | 142 | 70 | 21 | 140 | 26 |
| Binary | 1110000 | 100010 | 10 | 0 | 1000110 | 1100010 | 111000 | 10001 | 1100000 | 10110 |
Color Harmonies of #702202
Complementary color
Monochromatic Colors of #702202
Black with #702202
Text Example
Text Example
White with #702202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702202; }
p { color: rgb(112,34,2); }
H1.HeaderClassName
{
color: #702202;
}
.AnyTagClassName
{
color: #702202;
}
</style>
background-color css
<style>
a { background-color: #702202; }
a { background-color: rgb(112,34,2); }
div.DivClassName
{
background-color: #702202;
}
.BgClassName
{
background-color: #702202;
}
</style>
border-color css
<style>
span { border-color: #702202; }
span { border-color: rgb(112,34,2); }
td.TdClassName
{
border-color: #702202;
}
.TagClassName
{
border-color: #702202;
}
</style>