Shades of Baker's Chocolate #702F06
Tints of Baker's Chocolate #702F06
RGB
CMYK
RGB Variations
Color information
#702F06 (or 0x702F06) is known color: Baker's Chocolate. HEX triplet: 70, 2F and 06. RGB value is (112,47,6). Sum of RGB (Red+Green+Blue) = 112+47+6=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #702F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F06 is #8FD0F9. Grayscale: #3D3D3D. Windows color (decimal): -9425146 or 405360. OLE color: 405360.
HSL color Cylindrical-coordinate representation of color #702F06: hue angle of 23.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #702F06 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 6 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.56 |
| HSL | 23.21º | 0.9% | 0.23% | - |
| HSV(B) | 23.21º | 0.95% | 0.44% | - |
| XYZ | 7.73 | 5.49 | 0.82 | - |
| YUV | 61.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 6 | 0 | 0.58 | 0.95 | 0.56 | 23.21 | 0.9 | 0.23 |
| Hex | 70 | 2F | 6 | 0 | 3A | 5F | 38 | 17 | 5A | 17 |
| Octal | 160 | 57 | 6 | 0 | 72 | 137 | 70 | 27 | 132 | 27 |
| Binary | 1110000 | 101111 | 110 | 0 | 111010 | 1011111 | 111000 | 10111 | 1011010 | 10111 |
Color Harmonies of #702F06
Complementary color
Monochromatic Colors of #702F06
Black with #702F06
Text Example
Text Example
White with #702F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F06; }
p { color: rgb(112,47,6); }
H1.HeaderClassName
{
color: #702F06;
}
.AnyTagClassName
{
color: #702F06;
}
</style>
background-color css
<style>
a { background-color: #702F06; }
a { background-color: rgb(112,47,6); }
div.DivClassName
{
background-color: #702F06;
}
.BgClassName
{
background-color: #702F06;
}
</style>
border-color css
<style>
span { border-color: #702F06; }
span { border-color: rgb(112,47,6); }
td.TdClassName
{
border-color: #702F06;
}
.TagClassName
{
border-color: #702F06;
}
</style>