Shades of Baker's Chocolate #702B00
Tints of Baker's Chocolate #702B00
RGB
CMYK
RGB Variations
Color information
#702B00 (or 0x702B00) is known color: Baker's Chocolate. HEX triplet: 70, 2B and 00. RGB value is (112,43,0). Sum of RGB (Red+Green+Blue) = 112+43+0=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B00 is #8FD4FF. Grayscale: #3A3A3A. Windows color (decimal): -9426176 or 11120. OLE color: 11120.
HSL color Cylindrical-coordinate representation of color #702B00: hue angle of 23.04º 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 #702B00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.56 |
| HSL | 23.04º | 1% | 0.22% | - |
| HSV(B) | 23.04º | 1% | 0.44% | - |
| XYZ | 7.55 | 5.17 | 0.6 | - |
| YUV | 58.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 0 | 0 | 0.62 | 1 | 0.56 | 23.04 | 1 | 0.22 |
| Hex | 70 | 2B | 0 | 0 | 3E | 64 | 38 | 17 | 64 | 16 |
| Octal | 160 | 53 | 0 | 0 | 76 | 144 | 70 | 27 | 144 | 26 |
| Binary | 1110000 | 101011 | 0 | 0 | 111110 | 1100100 | 111000 | 10111 | 1100100 | 10110 |
Color Harmonies of #702B00
Complementary color
Monochromatic Colors of #702B00
Black with #702B00
Text Example
Text Example
White with #702B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B00; }
p { color: rgb(112,43,0); }
H1.HeaderClassName
{
color: #702B00;
}
.AnyTagClassName
{
color: #702B00;
}
</style>
background-color css
<style>
a { background-color: #702B00; }
a { background-color: rgb(112,43,0); }
div.DivClassName
{
background-color: #702B00;
}
.BgClassName
{
background-color: #702B00;
}
</style>
border-color css
<style>
span { border-color: #702B00; }
span { border-color: rgb(112,43,0); }
td.TdClassName
{
border-color: #702B00;
}
.TagClassName
{
border-color: #702B00;
}
</style>