Shades of Baker's Chocolate #702E03
Tints of Baker's Chocolate #702E03
RGB
CMYK
RGB Variations
Color information
#702E03 (or 0x702E03) is known color: Baker's Chocolate. HEX triplet: 70, 2E and 03. RGB value is (112,46,3). Sum of RGB (Red+Green+Blue) = 112+46+3=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #702E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E03 is #8FD1FC. Grayscale: #3D3D3D. Windows color (decimal): -9425405 or 208496. OLE color: 208496.
HSL color Cylindrical-coordinate representation of color #702E03: hue angle of 23.67º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #702E03 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 3 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.56 |
| HSL | 23.67º | 0.95% | 0.23% | - |
| HSV(B) | 23.67º | 0.97% | 0.44% | - |
| XYZ | 7.68 | 5.41 | 0.72 | - |
| YUV | 60.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 3 | 0 | 0.59 | 0.97 | 0.56 | 23.67 | 0.95 | 0.23 |
| Hex | 70 | 2E | 3 | 0 | 3B | 61 | 38 | 18 | 5F | 17 |
| Octal | 160 | 56 | 3 | 0 | 73 | 141 | 70 | 30 | 137 | 27 |
| Binary | 1110000 | 101110 | 11 | 0 | 111011 | 1100001 | 111000 | 11000 | 1011111 | 10111 |
Color Harmonies of #702E03
Complementary color
Monochromatic Colors of #702E03
Black with #702E03
Text Example
Text Example
White with #702E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E03; }
p { color: rgb(112,46,3); }
H1.HeaderClassName
{
color: #702E03;
}
.AnyTagClassName
{
color: #702E03;
}
</style>
background-color css
<style>
a { background-color: #702E03; }
a { background-color: rgb(112,46,3); }
div.DivClassName
{
background-color: #702E03;
}
.BgClassName
{
background-color: #702E03;
}
</style>
border-color css
<style>
span { border-color: #702E03; }
span { border-color: rgb(112,46,3); }
td.TdClassName
{
border-color: #702E03;
}
.TagClassName
{
border-color: #702E03;
}
</style>