Shades of Baker's Chocolate #51260B
Tints of Baker's Chocolate #51260B
RGB
CMYK
RGB Variations
Color information
#51260B (or 0x51260B) is known color: Baker's Chocolate. HEX triplet: 51, 26 and 0B. RGB value is (81,38,11). Sum of RGB (Red+Green+Blue) = 81+38+11=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51260B is #AED9F4. Grayscale: #2F2F2F. Windows color (decimal): -11459061 or 730705. OLE color: 730705.
HSL color Cylindrical-coordinate representation of color #51260B: hue angle of 23.14º 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 #51260B is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 11 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.68 |
| HSL | 23.14º | 0.76% | 0.18% | - |
| HSV(B) | 23.14º | 0.86% | 0.32% | - |
| XYZ | 4.15 | 3.16 | 0.71 | - |
| YUV | 47.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 11 | 0 | 0.53 | 0.86 | 0.68 | 23.14 | 0.76 | 0.18 |
| Hex | 51 | 26 | B | 0 | 35 | 56 | 44 | 17 | 4C | 12 |
| Octal | 121 | 46 | 13 | 0 | 65 | 126 | 104 | 27 | 114 | 22 |
| Binary | 1010001 | 100110 | 1011 | 0 | 110101 | 1010110 | 1000100 | 10111 | 1001100 | 10010 |
Color Harmonies of #51260B
Complementary color
Monochromatic Colors of #51260B
Black with #51260B
Text Example
Text Example
White with #51260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51260B; }
p { color: rgb(81,38,11); }
H1.HeaderClassName
{
color: #51260B;
}
.AnyTagClassName
{
color: #51260B;
}
</style>
background-color css
<style>
a { background-color: #51260B; }
a { background-color: rgb(81,38,11); }
div.DivClassName
{
background-color: #51260B;
}
.BgClassName
{
background-color: #51260B;
}
</style>
border-color css
<style>
span { border-color: #51260B; }
span { border-color: rgb(81,38,11); }
td.TdClassName
{
border-color: #51260B;
}
.TagClassName
{
border-color: #51260B;
}
</style>