Shades of Baker's Chocolate #702101
Tints of Baker's Chocolate #702101
RGB
CMYK
RGB Variations
Color information
#702101 (or 0x702101) is known color: Baker's Chocolate. HEX triplet: 70, 21 and 01. RGB value is (112,33,1). Sum of RGB (Red+Green+Blue) = 112+33+1=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #702101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702101 is #8FDEFE. Grayscale: #353535. Windows color (decimal): -9428735 or 74096. OLE color: 74096.
HSL color Cylindrical-coordinate representation of color #702101: hue angle of 17.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #702101 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.56 |
| HSL | 17.3º | 0.98% | 0.22% | - |
| HSV(B) | 17.3º | 0.99% | 0.44% | - |
| XYZ | 7.23 | 4.53 | 0.52 | - |
| YUV | 52.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 1 | 0 | 0.71 | 0.99 | 0.56 | 17.3 | 0.98 | 0.22 |
| Hex | 70 | 21 | 1 | 0 | 47 | 63 | 38 | 11 | 62 | 16 |
| Octal | 160 | 41 | 1 | 0 | 107 | 143 | 70 | 21 | 142 | 26 |
| Binary | 1110000 | 100001 | 1 | 0 | 1000111 | 1100011 | 111000 | 10001 | 1100010 | 10110 |
Color Harmonies of #702101
Complementary color
Monochromatic Colors of #702101
Black with #702101
Text Example
Text Example
White with #702101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702101; }
p { color: rgb(112,33,1); }
H1.HeaderClassName
{
color: #702101;
}
.AnyTagClassName
{
color: #702101;
}
</style>
background-color css
<style>
a { background-color: #702101; }
a { background-color: rgb(112,33,1); }
div.DivClassName
{
background-color: #702101;
}
.BgClassName
{
background-color: #702101;
}
</style>
border-color css
<style>
span { border-color: #702101; }
span { border-color: rgb(112,33,1); }
td.TdClassName
{
border-color: #702101;
}
.TagClassName
{
border-color: #702101;
}
</style>