Shades of Baker's Chocolate #702D03
Tints of Baker's Chocolate #702D03
RGB
CMYK
RGB Variations
Color information
#702D03 (or 0x702D03) is known color: Baker's Chocolate. HEX triplet: 70, 2D and 03. RGB value is (112,45,3). Sum of RGB (Red+Green+Blue) = 112+45+3=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #702D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D03 is #8FD2FC. Grayscale: #3C3C3C. Windows color (decimal): -9425661 or 208240. OLE color: 208240.
HSL color Cylindrical-coordinate representation of color #702D03: hue angle of 23.12º 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 #702D03 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 3 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.56 |
| HSL | 23.12º | 0.95% | 0.23% | - |
| HSV(B) | 23.12º | 0.97% | 0.44% | - |
| XYZ | 7.64 | 5.33 | 0.71 | - |
| YUV | 60.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 3 | 0 | 0.60 | 0.97 | 0.56 | 23.12 | 0.95 | 0.23 |
| Hex | 70 | 2D | 3 | 0 | 3C | 61 | 38 | 17 | 5F | 17 |
| Octal | 160 | 55 | 3 | 0 | 74 | 141 | 70 | 27 | 137 | 27 |
| Binary | 1110000 | 101101 | 11 | 0 | 111100 | 1100001 | 111000 | 10111 | 1011111 | 10111 |
Color Harmonies of #702D03
Complementary color
Monochromatic Colors of #702D03
Black with #702D03
Text Example
Text Example
White with #702D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D03; }
p { color: rgb(112,45,3); }
H1.HeaderClassName
{
color: #702D03;
}
.AnyTagClassName
{
color: #702D03;
}
</style>
background-color css
<style>
a { background-color: #702D03; }
a { background-color: rgb(112,45,3); }
div.DivClassName
{
background-color: #702D03;
}
.BgClassName
{
background-color: #702D03;
}
</style>
border-color css
<style>
span { border-color: #702D03; }
span { border-color: rgb(112,45,3); }
td.TdClassName
{
border-color: #702D03;
}
.TagClassName
{
border-color: #702D03;
}
</style>