Shades of Baker's Chocolate #702808
Tints of Baker's Chocolate #702808
RGB
CMYK
RGB Variations
Color information
#702808 (or 0x702808) is known color: Baker's Chocolate. HEX triplet: 70, 28 and 08. RGB value is (112,40,8). Sum of RGB (Red+Green+Blue) = 112+40+8=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #702808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702808 is #8FD7F7. Grayscale: #3A3A3A. Windows color (decimal): -9426936 or 534640. OLE color: 534640.
HSL color Cylindrical-coordinate representation of color #702808: hue angle of 18.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #702808 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 8 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.56 |
| HSL | 18.46º | 0.87% | 0.24% | - |
| HSV(B) | 18.46º | 0.93% | 0.44% | - |
| XYZ | 7.48 | 4.98 | 0.8 | - |
| YUV | 57.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 8 | 0 | 0.64 | 0.93 | 0.56 | 18.46 | 0.87 | 0.24 |
| Hex | 70 | 28 | 8 | 0 | 40 | 5D | 38 | 12 | 57 | 18 |
| Octal | 160 | 50 | 10 | 0 | 100 | 135 | 70 | 22 | 127 | 30 |
| Binary | 1110000 | 101000 | 1000 | 0 | 1000000 | 1011101 | 111000 | 10010 | 1010111 | 11000 |
Color Harmonies of #702808
Complementary color
Monochromatic Colors of #702808
Black with #702808
Text Example
Text Example
White with #702808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702808; }
p { color: rgb(112,40,8); }
H1.HeaderClassName
{
color: #702808;
}
.AnyTagClassName
{
color: #702808;
}
</style>
background-color css
<style>
a { background-color: #702808; }
a { background-color: rgb(112,40,8); }
div.DivClassName
{
background-color: #702808;
}
.BgClassName
{
background-color: #702808;
}
</style>
border-color css
<style>
span { border-color: #702808; }
span { border-color: rgb(112,40,8); }
td.TdClassName
{
border-color: #702808;
}
.TagClassName
{
border-color: #702808;
}
</style>