Shades of Baker's Chocolate #51280B
Tints of Baker's Chocolate #51280B
RGB
CMYK
RGB Variations
Color information
#51280B (or 0x51280B) is known color: Baker's Chocolate. HEX triplet: 51, 28 and 0B. RGB value is (81,40,11). Sum of RGB (Red+Green+Blue) = 81+40+11=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51280B is #AED7F4. Grayscale: #313131. Windows color (decimal): -11458549 or 731217. OLE color: 731217.
HSL color Cylindrical-coordinate representation of color #51280B: hue angle of 24.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51280B is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 11 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.68 |
| HSL | 24.86º | 0.76% | 0.18% | - |
| HSV(B) | 24.86º | 0.86% | 0.32% | - |
| XYZ | 4.21 | 3.29 | 0.73 | - |
| YUV | 48.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 11 | 0 | 0.51 | 0.86 | 0.68 | 24.86 | 0.76 | 0.18 |
| Hex | 51 | 28 | B | 0 | 33 | 56 | 44 | 19 | 4C | 12 |
| Octal | 121 | 50 | 13 | 0 | 63 | 126 | 104 | 31 | 114 | 22 |
| Binary | 1010001 | 101000 | 1011 | 0 | 110011 | 1010110 | 1000100 | 11001 | 1001100 | 10010 |
Color Harmonies of #51280B
Complementary color
Monochromatic Colors of #51280B
Black with #51280B
Text Example
Text Example
White with #51280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51280B; }
p { color: rgb(81,40,11); }
H1.HeaderClassName
{
color: #51280B;
}
.AnyTagClassName
{
color: #51280B;
}
</style>
background-color css
<style>
a { background-color: #51280B; }
a { background-color: rgb(81,40,11); }
div.DivClassName
{
background-color: #51280B;
}
.BgClassName
{
background-color: #51280B;
}
</style>
border-color css
<style>
span { border-color: #51280B; }
span { border-color: rgb(81,40,11); }
td.TdClassName
{
border-color: #51280B;
}
.TagClassName
{
border-color: #51280B;
}
</style>