Shades of Baker's Chocolate #71280B
Tints of Baker's Chocolate #71280B
RGB
CMYK
RGB Variations
Color information
#71280B (or 0x71280B) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 0B. RGB value is (113,40,11). Sum of RGB (Red+Green+Blue) = 113+40+11=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71280B is #8ED7F4. Grayscale: #3A3A3A. Windows color (decimal): -9361397 or 731249. OLE color: 731249.
HSL color Cylindrical-coordinate representation of color #71280B: hue angle of 17.06º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71280B is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 11 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.56 |
| HSL | 17.06º | 0.82% | 0.24% | - |
| HSV(B) | 17.06º | 0.9% | 0.44% | - |
| XYZ | 7.63 | 5.05 | 0.89 | - |
| YUV | 58.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 11 | 0 | 0.65 | 0.90 | 0.56 | 17.06 | 0.82 | 0.24 |
| Hex | 71 | 28 | B | 0 | 41 | 5A | 38 | 11 | 52 | 18 |
| Octal | 161 | 50 | 13 | 0 | 101 | 132 | 70 | 21 | 122 | 30 |
| Binary | 1110001 | 101000 | 1011 | 0 | 1000001 | 1011010 | 111000 | 10001 | 1010010 | 11000 |
Color Harmonies of #71280B
Complementary color
Monochromatic Colors of #71280B
Black with #71280B
Text Example
Text Example
White with #71280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71280B; }
p { color: rgb(113,40,11); }
H1.HeaderClassName
{
color: #71280B;
}
.AnyTagClassName
{
color: #71280B;
}
</style>
background-color css
<style>
a { background-color: #71280B; }
a { background-color: rgb(113,40,11); }
div.DivClassName
{
background-color: #71280B;
}
.BgClassName
{
background-color: #71280B;
}
</style>
border-color css
<style>
span { border-color: #71280B; }
span { border-color: rgb(113,40,11); }
td.TdClassName
{
border-color: #71280B;
}
.TagClassName
{
border-color: #71280B;
}
</style>