Shades of Baker's Chocolate #702708
Tints of Baker's Chocolate #702708
RGB
CMYK
RGB Variations
Color information
#702708 (or 0x702708) is known color: Baker's Chocolate. HEX triplet: 70, 27 and 08. RGB value is (112,39,8). Sum of RGB (Red+Green+Blue) = 112+39+8=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702708 is #8FD8F7. Grayscale: #393939. Windows color (decimal): -9427192 or 534384. OLE color: 534384.
HSL color Cylindrical-coordinate representation of color #702708: hue angle of 17.88º 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 #702708 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 8 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.56 |
| HSL | 17.88º | 0.87% | 0.24% | - |
| HSV(B) | 17.88º | 0.93% | 0.44% | - |
| XYZ | 7.45 | 4.91 | 0.79 | - |
| YUV | 57.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 8 | 0 | 0.65 | 0.93 | 0.56 | 17.88 | 0.87 | 0.24 |
| Hex | 70 | 27 | 8 | 0 | 41 | 5D | 38 | 12 | 57 | 18 |
| Octal | 160 | 47 | 10 | 0 | 101 | 135 | 70 | 22 | 127 | 30 |
| Binary | 1110000 | 100111 | 1000 | 0 | 1000001 | 1011101 | 111000 | 10010 | 1010111 | 11000 |
Color Harmonies of #702708
Complementary color
Monochromatic Colors of #702708
Black with #702708
Text Example
Text Example
White with #702708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702708; }
p { color: rgb(112,39,8); }
H1.HeaderClassName
{
color: #702708;
}
.AnyTagClassName
{
color: #702708;
}
</style>
background-color css
<style>
a { background-color: #702708; }
a { background-color: rgb(112,39,8); }
div.DivClassName
{
background-color: #702708;
}
.BgClassName
{
background-color: #702708;
}
</style>
border-color css
<style>
span { border-color: #702708; }
span { border-color: rgb(112,39,8); }
td.TdClassName
{
border-color: #702708;
}
.TagClassName
{
border-color: #702708;
}
</style>