Shades of Baker's Chocolate #702B05
Tints of Baker's Chocolate #702B05
RGB
CMYK
RGB Variations
Color information
#702B05 (or 0x702B05) is known color: Baker's Chocolate. HEX triplet: 70, 2B and 05. RGB value is (112,43,5). Sum of RGB (Red+Green+Blue) = 112+43+5=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #702B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B05 is #8FD4FA. Grayscale: #3B3B3B. Windows color (decimal): -9426171 or 338800. OLE color: 338800.
HSL color Cylindrical-coordinate representation of color #702B05: hue angle of 21.31º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #702B05 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 5 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.56 |
| HSL | 21.31º | 0.91% | 0.23% | - |
| HSV(B) | 21.31º | 0.96% | 0.44% | - |
| XYZ | 7.57 | 5.18 | 0.74 | - |
| YUV | 59.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 5 | 0 | 0.62 | 0.96 | 0.56 | 21.31 | 0.91 | 0.23 |
| Hex | 70 | 2B | 5 | 0 | 3E | 60 | 38 | 15 | 5B | 17 |
| Octal | 160 | 53 | 5 | 0 | 76 | 140 | 70 | 25 | 133 | 27 |
| Binary | 1110000 | 101011 | 101 | 0 | 111110 | 1100000 | 111000 | 10101 | 1011011 | 10111 |
Color Harmonies of #702B05
Complementary color
Monochromatic Colors of #702B05
Black with #702B05
Text Example
Text Example
White with #702B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B05; }
p { color: rgb(112,43,5); }
H1.HeaderClassName
{
color: #702B05;
}
.AnyTagClassName
{
color: #702B05;
}
</style>
background-color css
<style>
a { background-color: #702B05; }
a { background-color: rgb(112,43,5); }
div.DivClassName
{
background-color: #702B05;
}
.BgClassName
{
background-color: #702B05;
}
</style>
border-color css
<style>
span { border-color: #702B05; }
span { border-color: rgb(112,43,5); }
td.TdClassName
{
border-color: #702B05;
}
.TagClassName
{
border-color: #702B05;
}
</style>