Shades of Baker's Chocolate #702100
Tints of Baker's Chocolate #702100
RGB
CMYK
RGB Variations
Color information
#702100 (or 0x702100) is known color: Baker's Chocolate. HEX triplet: 70, 21 and 00. RGB value is (112,33,0). Sum of RGB (Red+Green+Blue) = 112+33+0=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #702100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702100 is #8FDEFF. Grayscale: #353535. Windows color (decimal): -9428736 or 8560. OLE color: 8560.
HSL color Cylindrical-coordinate representation of color #702100: hue angle of 17.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #702100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.56 |
| HSL | 17.68º | 1% | 0.22% | - |
| HSV(B) | 17.68º | 1% | 0.44% | - |
| XYZ | 7.23 | 4.53 | 0.49 | - |
| YUV | 52.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 0 | 0 | 0.71 | 1 | 0.56 | 17.68 | 1 | 0.22 |
| Hex | 70 | 21 | 0 | 0 | 47 | 64 | 38 | 12 | 64 | 16 |
| Octal | 160 | 41 | 0 | 0 | 107 | 144 | 70 | 22 | 144 | 26 |
| Binary | 1110000 | 100001 | 0 | 0 | 1000111 | 1100100 | 111000 | 10010 | 1100100 | 10110 |
Color Harmonies of #702100
Complementary color
Monochromatic Colors of #702100
Black with #702100
Text Example
Text Example
White with #702100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702100; }
p { color: rgb(112,33,0); }
H1.HeaderClassName
{
color: #702100;
}
.AnyTagClassName
{
color: #702100;
}
</style>
background-color css
<style>
a { background-color: #702100; }
a { background-color: rgb(112,33,0); }
div.DivClassName
{
background-color: #702100;
}
.BgClassName
{
background-color: #702100;
}
</style>
border-color css
<style>
span { border-color: #702100; }
span { border-color: rgb(112,33,0); }
td.TdClassName
{
border-color: #702100;
}
.TagClassName
{
border-color: #702100;
}
</style>