Shades of Baker's Chocolate #71260C
Tints of Baker's Chocolate #71260C
RGB
CMYK
RGB Variations
Color information
#71260C (or 0x71260C) is known color: Baker's Chocolate. HEX triplet: 71, 26 and 0C. RGB value is (113,38,12). Sum of RGB (Red+Green+Blue) = 113+38+12=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71260C is #8ED9F3. Grayscale: #393939. Windows color (decimal): -9361908 or 796273. OLE color: 796273.
HSL color Cylindrical-coordinate representation of color #71260C: hue angle of 15.45º 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 #71260C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 12 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.56 |
| HSL | 15.45º | 0.81% | 0.25% | - |
| HSV(B) | 15.45º | 0.89% | 0.44% | - |
| XYZ | 7.57 | 4.92 | 0.9 | - |
| YUV | 57.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 12 | 0 | 0.66 | 0.89 | 0.56 | 15.45 | 0.81 | 0.25 |
| Hex | 71 | 26 | C | 0 | 42 | 59 | 38 | F | 51 | 19 |
| Octal | 161 | 46 | 14 | 0 | 102 | 131 | 70 | 17 | 121 | 31 |
| Binary | 1110001 | 100110 | 1100 | 0 | 1000010 | 1011001 | 111000 | 1111 | 1010001 | 11001 |
Color Harmonies of #71260C
Complementary color
Monochromatic Colors of #71260C
Black with #71260C
Text Example
Text Example
White with #71260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71260C; }
p { color: rgb(113,38,12); }
H1.HeaderClassName
{
color: #71260C;
}
.AnyTagClassName
{
color: #71260C;
}
</style>
background-color css
<style>
a { background-color: #71260C; }
a { background-color: rgb(113,38,12); }
div.DivClassName
{
background-color: #71260C;
}
.BgClassName
{
background-color: #71260C;
}
</style>
border-color css
<style>
span { border-color: #71260C; }
span { border-color: rgb(113,38,12); }
td.TdClassName
{
border-color: #71260C;
}
.TagClassName
{
border-color: #71260C;
}
</style>