Shades of Baker's Chocolate #71270C
Tints of Baker's Chocolate #71270C
RGB
CMYK
RGB Variations
Color information
#71270C (or 0x71270C) is known color: Baker's Chocolate. HEX triplet: 71, 27 and 0C. RGB value is (113,39,12). Sum of RGB (Red+Green+Blue) = 113+39+12=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71270C is #8ED8F3. Grayscale: #3A3A3A. Windows color (decimal): -9361652 or 796529. OLE color: 796529.
HSL color Cylindrical-coordinate representation of color #71270C: hue angle of 16.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71270C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 39 | 12 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.56 |
| HSL | 16.04º | 0.81% | 0.25% | - |
| HSV(B) | 16.04º | 0.89% | 0.44% | - |
| XYZ | 7.6 | 4.99 | 0.91 | - |
| YUV | 58.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 12 | 0 | 0.65 | 0.89 | 0.56 | 16.04 | 0.81 | 0.25 |
| Hex | 71 | 27 | C | 0 | 41 | 59 | 38 | 10 | 51 | 19 |
| Octal | 161 | 47 | 14 | 0 | 101 | 131 | 70 | 20 | 121 | 31 |
| Binary | 1110001 | 100111 | 1100 | 0 | 1000001 | 1011001 | 111000 | 10000 | 1010001 | 11001 |
Color Harmonies of #71270C
Complementary color
Monochromatic Colors of #71270C
Black with #71270C
Text Example
Text Example
White with #71270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71270C; }
p { color: rgb(113,39,12); }
H1.HeaderClassName
{
color: #71270C;
}
.AnyTagClassName
{
color: #71270C;
}
</style>
background-color css
<style>
a { background-color: #71270C; }
a { background-color: rgb(113,39,12); }
div.DivClassName
{
background-color: #71270C;
}
.BgClassName
{
background-color: #71270C;
}
</style>
border-color css
<style>
span { border-color: #71270C; }
span { border-color: rgb(113,39,12); }
td.TdClassName
{
border-color: #71270C;
}
.TagClassName
{
border-color: #71270C;
}
</style>