Shades of Baker's Chocolate #702E00
Tints of Baker's Chocolate #702E00
RGB
CMYK
RGB Variations
Color information
#702E00 (or 0x702E00) is known color: Baker's Chocolate. HEX triplet: 70, 2E and 00. RGB value is (112,46,0). Sum of RGB (Red+Green+Blue) = 112+46+0=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #702E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E00 is #8FD1FF. Grayscale: #3C3C3C. Windows color (decimal): -9425408 or 11888. OLE color: 11888.
HSL color Cylindrical-coordinate representation of color #702E00: hue angle of 24.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #702E00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.56 |
| HSL | 24.64º | 1% | 0.22% | - |
| HSV(B) | 24.64º | 1% | 0.44% | - |
| XYZ | 7.66 | 5.4 | 0.64 | - |
| YUV | 60.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 0 | 0 | 0.59 | 1 | 0.56 | 24.64 | 1 | 0.22 |
| Hex | 70 | 2E | 0 | 0 | 3B | 64 | 38 | 19 | 64 | 16 |
| Octal | 160 | 56 | 0 | 0 | 73 | 144 | 70 | 31 | 144 | 26 |
| Binary | 1110000 | 101110 | 0 | 0 | 111011 | 1100100 | 111000 | 11001 | 1100100 | 10110 |
Color Harmonies of #702E00
Complementary color
Monochromatic Colors of #702E00
Black with #702E00
Text Example
Text Example
White with #702E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E00; }
p { color: rgb(112,46,0); }
H1.HeaderClassName
{
color: #702E00;
}
.AnyTagClassName
{
color: #702E00;
}
</style>
background-color css
<style>
a { background-color: #702E00; }
a { background-color: rgb(112,46,0); }
div.DivClassName
{
background-color: #702E00;
}
.BgClassName
{
background-color: #702E00;
}
</style>
border-color css
<style>
span { border-color: #702E00; }
span { border-color: rgb(112,46,0); }
td.TdClassName
{
border-color: #702E00;
}
.TagClassName
{
border-color: #702E00;
}
</style>