Shades of Baker's Chocolate #71240A
Tints of Baker's Chocolate #71240A
RGB
CMYK
RGB Variations
Color information
#71240A (or 0x71240A) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 0A. RGB value is (113,36,10). Sum of RGB (Red+Green+Blue) = 113+36+10=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71240A is #8EDBF5. Grayscale: #383838. Windows color (decimal): -9362422 or 664689. OLE color: 664689.
HSL color Cylindrical-coordinate representation of color #71240A: hue angle of 15.15º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71240A is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 10 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.56 |
| HSL | 15.15º | 0.84% | 0.24% | - |
| HSV(B) | 15.15º | 0.91% | 0.44% | - |
| XYZ | 7.5 | 4.79 | 0.82 | - |
| YUV | 56.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 10 | 0 | 0.68 | 0.91 | 0.56 | 15.15 | 0.84 | 0.24 |
| Hex | 71 | 24 | A | 0 | 44 | 5B | 38 | F | 54 | 18 |
| Octal | 161 | 44 | 12 | 0 | 104 | 133 | 70 | 17 | 124 | 30 |
| Binary | 1110001 | 100100 | 1010 | 0 | 1000100 | 1011011 | 111000 | 1111 | 1010100 | 11000 |
Color Harmonies of #71240A
Complementary color
Monochromatic Colors of #71240A
Black with #71240A
Text Example
Text Example
White with #71240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71240A; }
p { color: rgb(113,36,10); }
H1.HeaderClassName
{
color: #71240A;
}
.AnyTagClassName
{
color: #71240A;
}
</style>
background-color css
<style>
a { background-color: #71240A; }
a { background-color: rgb(113,36,10); }
div.DivClassName
{
background-color: #71240A;
}
.BgClassName
{
background-color: #71240A;
}
</style>
border-color css
<style>
span { border-color: #71240A; }
span { border-color: rgb(113,36,10); }
td.TdClassName
{
border-color: #71240A;
}
.TagClassName
{
border-color: #71240A;
}
</style>