Shades of Baker's Chocolate #702D02
Tints of Baker's Chocolate #702D02
RGB
CMYK
RGB Variations
Color information
#702D02 (or 0x702D02) is known color: Baker's Chocolate. HEX triplet: 70, 2D and 02. RGB value is (112,45,2). Sum of RGB (Red+Green+Blue) = 112+45+2=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D02 is #8FD2FD. Grayscale: #3C3C3C. Windows color (decimal): -9425662 or 142704. OLE color: 142704.
HSL color Cylindrical-coordinate representation of color #702D02: hue angle of 23.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #702D02 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 2 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.56 |
| HSL | 23.45º | 0.96% | 0.22% | - |
| HSV(B) | 23.45º | 0.98% | 0.44% | - |
| XYZ | 7.63 | 5.33 | 0.68 | - |
| YUV | 60.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 2 | 0 | 0.60 | 0.98 | 0.56 | 23.45 | 0.96 | 0.22 |
| Hex | 70 | 2D | 2 | 0 | 3C | 62 | 38 | 17 | 60 | 16 |
| Octal | 160 | 55 | 2 | 0 | 74 | 142 | 70 | 27 | 140 | 26 |
| Binary | 1110000 | 101101 | 10 | 0 | 111100 | 1100010 | 111000 | 10111 | 1100000 | 10110 |
Color Harmonies of #702D02
Complementary color
Monochromatic Colors of #702D02
Black with #702D02
Text Example
Text Example
White with #702D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D02; }
p { color: rgb(112,45,2); }
H1.HeaderClassName
{
color: #702D02;
}
.AnyTagClassName
{
color: #702D02;
}
</style>
background-color css
<style>
a { background-color: #702D02; }
a { background-color: rgb(112,45,2); }
div.DivClassName
{
background-color: #702D02;
}
.BgClassName
{
background-color: #702D02;
}
</style>
border-color css
<style>
span { border-color: #702D02; }
span { border-color: rgb(112,45,2); }
td.TdClassName
{
border-color: #702D02;
}
.TagClassName
{
border-color: #702D02;
}
</style>