Shades of Baker's Chocolate #702D0D
Tints of Baker's Chocolate #702D0D
RGB
CMYK
RGB Variations
Color information
#702D0D (or 0x702D0D) is known color: Baker's Chocolate. HEX triplet: 70, 2D and 0D. RGB value is (112,45,13). Sum of RGB (Red+Green+Blue) = 112+45+13=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D0D is #8FD2F2. Grayscale: #3D3D3D. Windows color (decimal): -9425651 or 863600. OLE color: 863600.
HSL color Cylindrical-coordinate representation of color #702D0D: hue angle of 19.39º 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 #702D0D is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 13 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.56 |
| HSL | 19.39º | 0.79% | 0.25% | - |
| HSV(B) | 19.39º | 0.88% | 0.44% | - |
| XYZ | 7.69 | 5.35 | 1.01 | - |
| YUV | 61.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 13 | 0 | 0.60 | 0.88 | 0.56 | 19.39 | 0.79 | 0.25 |
| Hex | 70 | 2D | D | 0 | 3C | 58 | 38 | 13 | 4F | 19 |
| Octal | 160 | 55 | 15 | 0 | 74 | 130 | 70 | 23 | 117 | 31 |
| Binary | 1110000 | 101101 | 1101 | 0 | 111100 | 1011000 | 111000 | 10011 | 1001111 | 11001 |
Color Harmonies of #702D0D
Complementary color
Monochromatic Colors of #702D0D
Black with #702D0D
Text Example
Text Example
White with #702D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D0D; }
p { color: rgb(112,45,13); }
H1.HeaderClassName
{
color: #702D0D;
}
.AnyTagClassName
{
color: #702D0D;
}
</style>
background-color css
<style>
a { background-color: #702D0D; }
a { background-color: rgb(112,45,13); }
div.DivClassName
{
background-color: #702D0D;
}
.BgClassName
{
background-color: #702D0D;
}
</style>
border-color css
<style>
span { border-color: #702D0D; }
span { border-color: rgb(112,45,13); }
td.TdClassName
{
border-color: #702D0D;
}
.TagClassName
{
border-color: #702D0D;
}
</style>