Shades of Baker's Chocolate #702D01
Tints of Baker's Chocolate #702D01
RGB
CMYK
RGB Variations
Color information
#702D01 (or 0x702D01) is known color: Baker's Chocolate. HEX triplet: 70, 2D and 01. RGB value is (112,45,1). Sum of RGB (Red+Green+Blue) = 112+45+1=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #702D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D01 is #8FD2FE. Grayscale: #3C3C3C. Windows color (decimal): -9425663 or 77168. OLE color: 77168.
HSL color Cylindrical-coordinate representation of color #702D01: hue angle of 23.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #702D01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.56 |
| HSL | 23.78º | 0.98% | 0.22% | - |
| HSV(B) | 23.78º | 0.99% | 0.44% | - |
| XYZ | 7.63 | 5.32 | 0.65 | - |
| YUV | 60.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 1 | 0 | 0.60 | 0.99 | 0.56 | 23.78 | 0.98 | 0.22 |
| Hex | 70 | 2D | 1 | 0 | 3C | 63 | 38 | 18 | 62 | 16 |
| Octal | 160 | 55 | 1 | 0 | 74 | 143 | 70 | 30 | 142 | 26 |
| Binary | 1110000 | 101101 | 1 | 0 | 111100 | 1100011 | 111000 | 11000 | 1100010 | 10110 |
Color Harmonies of #702D01
Complementary color
Monochromatic Colors of #702D01
Black with #702D01
Text Example
Text Example
White with #702D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D01; }
p { color: rgb(112,45,1); }
H1.HeaderClassName
{
color: #702D01;
}
.AnyTagClassName
{
color: #702D01;
}
</style>
background-color css
<style>
a { background-color: #702D01; }
a { background-color: rgb(112,45,1); }
div.DivClassName
{
background-color: #702D01;
}
.BgClassName
{
background-color: #702D01;
}
</style>
border-color css
<style>
span { border-color: #702D01; }
span { border-color: rgb(112,45,1); }
td.TdClassName
{
border-color: #702D01;
}
.TagClassName
{
border-color: #702D01;
}
</style>