Shades of Baker's Chocolate #702A0E
Tints of Baker's Chocolate #702A0E
RGB
CMYK
RGB Variations
Color information
#702A0E (or 0x702A0E) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 0E. RGB value is (112,42,14). Sum of RGB (Red+Green+Blue) = 112+42+14=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #702A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A0E is #8FD5F1. Grayscale: #3B3B3B. Windows color (decimal): -9426418 or 928368. OLE color: 928368.
HSL color Cylindrical-coordinate representation of color #702A0E: hue angle of 17.14º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #702A0E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 14 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.56 |
| HSL | 17.14º | 0.78% | 0.25% | - |
| HSV(B) | 17.14º | 0.88% | 0.44% | - |
| XYZ | 7.59 | 5.13 | 1.01 | - |
| YUV | 59.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 14 | 0 | 0.62 | 0.88 | 0.56 | 17.14 | 0.78 | 0.25 |
| Hex | 70 | 2A | E | 0 | 3E | 58 | 38 | 11 | 4E | 19 |
| Octal | 160 | 52 | 16 | 0 | 76 | 130 | 70 | 21 | 116 | 31 |
| Binary | 1110000 | 101010 | 1110 | 0 | 111110 | 1011000 | 111000 | 10001 | 1001110 | 11001 |
Color Harmonies of #702A0E
Complementary color
Monochromatic Colors of #702A0E
Black with #702A0E
Text Example
Text Example
White with #702A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A0E; }
p { color: rgb(112,42,14); }
H1.HeaderClassName
{
color: #702A0E;
}
.AnyTagClassName
{
color: #702A0E;
}
</style>
background-color css
<style>
a { background-color: #702A0E; }
a { background-color: rgb(112,42,14); }
div.DivClassName
{
background-color: #702A0E;
}
.BgClassName
{
background-color: #702A0E;
}
</style>
border-color css
<style>
span { border-color: #702A0E; }
span { border-color: rgb(112,42,14); }
td.TdClassName
{
border-color: #702A0E;
}
.TagClassName
{
border-color: #702A0E;
}
</style>