Shades of Baker's Chocolate #702A0D
Tints of Baker's Chocolate #702A0D
RGB
CMYK
RGB Variations
Color information
#702A0D (or 0x702A0D) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 0D. RGB value is (112,42,13). Sum of RGB (Red+Green+Blue) = 112+42+13=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #702A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A0D is #8FD5F2. Grayscale: #3B3B3B. Windows color (decimal): -9426419 or 862832. OLE color: 862832.
HSL color Cylindrical-coordinate representation of color #702A0D: hue angle of 17.58º degrees, saturation: 0.79, 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 #702A0D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 13 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.56 |
| HSL | 17.58º | 0.79% | 0.25% | - |
| HSV(B) | 17.58º | 0.88% | 0.44% | - |
| XYZ | 7.58 | 5.13 | 0.97 | - |
| YUV | 59.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 13 | 0 | 0.62 | 0.88 | 0.56 | 17.58 | 0.79 | 0.25 |
| Hex | 70 | 2A | D | 0 | 3E | 58 | 38 | 12 | 4F | 19 |
| Octal | 160 | 52 | 15 | 0 | 76 | 130 | 70 | 22 | 117 | 31 |
| Binary | 1110000 | 101010 | 1101 | 0 | 111110 | 1011000 | 111000 | 10010 | 1001111 | 11001 |
Color Harmonies of #702A0D
Complementary color
Monochromatic Colors of #702A0D
Black with #702A0D
Text Example
Text Example
White with #702A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A0D; }
p { color: rgb(112,42,13); }
H1.HeaderClassName
{
color: #702A0D;
}
.AnyTagClassName
{
color: #702A0D;
}
</style>
background-color css
<style>
a { background-color: #702A0D; }
a { background-color: rgb(112,42,13); }
div.DivClassName
{
background-color: #702A0D;
}
.BgClassName
{
background-color: #702A0D;
}
</style>
border-color css
<style>
span { border-color: #702A0D; }
span { border-color: rgb(112,42,13); }
td.TdClassName
{
border-color: #702A0D;
}
.TagClassName
{
border-color: #702A0D;
}
</style>