Shades of Baker's Chocolate #702B0E
Tints of Baker's Chocolate #702B0E
RGB
CMYK
RGB Variations
Color information
#702B0E (or 0x702B0E) is known color: Baker's Chocolate. HEX triplet: 70, 2B and 0E. RGB value is (112,43,14). Sum of RGB (Red+Green+Blue) = 112+43+14=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B0E is #8FD4F1. Grayscale: #3C3C3C. Windows color (decimal): -9426162 or 928624. OLE color: 928624.
HSL color Cylindrical-coordinate representation of color #702B0E: hue angle of 17.76º 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 #702B0E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 14 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.56 |
| HSL | 17.76º | 0.78% | 0.25% | - |
| HSV(B) | 17.76º | 0.88% | 0.44% | - |
| XYZ | 7.63 | 5.2 | 1.02 | - |
| YUV | 60.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 14 | 0 | 0.62 | 0.88 | 0.56 | 17.76 | 0.78 | 0.25 |
| Hex | 70 | 2B | E | 0 | 3E | 58 | 38 | 12 | 4E | 19 |
| Octal | 160 | 53 | 16 | 0 | 76 | 130 | 70 | 22 | 116 | 31 |
| Binary | 1110000 | 101011 | 1110 | 0 | 111110 | 1011000 | 111000 | 10010 | 1001110 | 11001 |
Color Harmonies of #702B0E
Complementary color
Monochromatic Colors of #702B0E
Black with #702B0E
Text Example
Text Example
White with #702B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B0E; }
p { color: rgb(112,43,14); }
H1.HeaderClassName
{
color: #702B0E;
}
.AnyTagClassName
{
color: #702B0E;
}
</style>
background-color css
<style>
a { background-color: #702B0E; }
a { background-color: rgb(112,43,14); }
div.DivClassName
{
background-color: #702B0E;
}
.BgClassName
{
background-color: #702B0E;
}
</style>
border-color css
<style>
span { border-color: #702B0E; }
span { border-color: rgb(112,43,14); }
td.TdClassName
{
border-color: #702B0E;
}
.TagClassName
{
border-color: #702B0E;
}
</style>