Shades of Baker's Chocolate #702A0F
Tints of Baker's Chocolate #702A0F
RGB
CMYK
RGB Variations
Color information
#702A0F (or 0x702A0F) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 0F. RGB value is (112,42,15). Sum of RGB (Red+Green+Blue) = 112+42+15=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A0F is #8FD5F0. Grayscale: #3C3C3C. Windows color (decimal): -9426417 or 993904. OLE color: 993904.
HSL color Cylindrical-coordinate representation of color #702A0F: hue angle of 16.7º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #702A0F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 15 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.56 |
| HSL | 16.7º | 0.76% | 0.25% | - |
| HSV(B) | 16.7º | 0.87% | 0.44% | - |
| XYZ | 7.6 | 5.14 | 1.04 | - |
| YUV | 59.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 15 | 0 | 0.62 | 0.87 | 0.56 | 16.7 | 0.76 | 0.25 |
| Hex | 70 | 2A | F | 0 | 3E | 57 | 38 | 11 | 4C | 19 |
| Octal | 160 | 52 | 17 | 0 | 76 | 127 | 70 | 21 | 114 | 31 |
| Binary | 1110000 | 101010 | 1111 | 0 | 111110 | 1010111 | 111000 | 10001 | 1001100 | 11001 |
Color Harmonies of #702A0F
Complementary color
Monochromatic Colors of #702A0F
Black with #702A0F
Text Example
Text Example
White with #702A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A0F; }
p { color: rgb(112,42,15); }
H1.HeaderClassName
{
color: #702A0F;
}
.AnyTagClassName
{
color: #702A0F;
}
</style>
background-color css
<style>
a { background-color: #702A0F; }
a { background-color: rgb(112,42,15); }
div.DivClassName
{
background-color: #702A0F;
}
.BgClassName
{
background-color: #702A0F;
}
</style>
border-color css
<style>
span { border-color: #702A0F; }
span { border-color: rgb(112,42,15); }
td.TdClassName
{
border-color: #702A0F;
}
.TagClassName
{
border-color: #702A0F;
}
</style>