Shades of Baker's Chocolate #70270C
Tints of Baker's Chocolate #70270C
RGB
CMYK
RGB Variations
Color information
#70270C (or 0x70270C) is known color: Baker's Chocolate. HEX triplet: 70, 27 and 0C. RGB value is (112,39,12). Sum of RGB (Red+Green+Blue) = 112+39+12=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70270C is #8FD8F3. Grayscale: #393939. Windows color (decimal): -9427188 or 796528. OLE color: 796528.
HSL color Cylindrical-coordinate representation of color #70270C: hue angle of 16.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70270C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 12 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.56 |
| HSL | 16.2º | 0.81% | 0.24% | - |
| HSV(B) | 16.2º | 0.89% | 0.44% | - |
| XYZ | 7.47 | 4.92 | 0.9 | - |
| YUV | 57.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 12 | 0 | 0.65 | 0.89 | 0.56 | 16.2 | 0.81 | 0.24 |
| Hex | 70 | 27 | C | 0 | 41 | 59 | 38 | 10 | 51 | 18 |
| Octal | 160 | 47 | 14 | 0 | 101 | 131 | 70 | 20 | 121 | 30 |
| Binary | 1110000 | 100111 | 1100 | 0 | 1000001 | 1011001 | 111000 | 10000 | 1010001 | 11000 |
Color Harmonies of #70270C
Complementary color
Monochromatic Colors of #70270C
Black with #70270C
Text Example
Text Example
White with #70270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70270C; }
p { color: rgb(112,39,12); }
H1.HeaderClassName
{
color: #70270C;
}
.AnyTagClassName
{
color: #70270C;
}
</style>
background-color css
<style>
a { background-color: #70270C; }
a { background-color: rgb(112,39,12); }
div.DivClassName
{
background-color: #70270C;
}
.BgClassName
{
background-color: #70270C;
}
</style>
border-color css
<style>
span { border-color: #70270C; }
span { border-color: rgb(112,39,12); }
td.TdClassName
{
border-color: #70270C;
}
.TagClassName
{
border-color: #70270C;
}
</style>