Shades of Baker's Chocolate #51360B
Tints of Baker's Chocolate #51360B
RGB
CMYK
RGB Variations
Color information
#51360B (or 0x51360B) is known color: Baker's Chocolate. HEX triplet: 51, 36 and 0B. RGB value is (81,54,11). Sum of RGB (Red+Green+Blue) = 81+54+11=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51360B is #AEC9F4. Grayscale: #393939. Windows color (decimal): -11454965 or 734801. OLE color: 734801.
HSL color Cylindrical-coordinate representation of color #51360B: hue angle of 36.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 #51360B is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 54 | 11 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.68 |
| HSL | 36.86º | 0.76% | 0.18% | - |
| HSV(B) | 36.86º | 0.86% | 0.32% | - |
| XYZ | 4.77 | 4.41 | 0.92 | - |
| YUV | 57.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 11 | 0 | 0.33 | 0.86 | 0.68 | 36.86 | 0.76 | 0.18 |
| Hex | 51 | 36 | B | 0 | 21 | 56 | 44 | 25 | 4C | 12 |
| Octal | 121 | 66 | 13 | 0 | 41 | 126 | 104 | 45 | 114 | 22 |
| Binary | 1010001 | 110110 | 1011 | 0 | 100001 | 1010110 | 1000100 | 100101 | 1001100 | 10010 |
Color Harmonies of #51360B
Complementary color
Monochromatic Colors of #51360B
Black with #51360B
Text Example
Text Example
White with #51360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51360B; }
p { color: rgb(81,54,11); }
H1.HeaderClassName
{
color: #51360B;
}
.AnyTagClassName
{
color: #51360B;
}
</style>
background-color css
<style>
a { background-color: #51360B; }
a { background-color: rgb(81,54,11); }
div.DivClassName
{
background-color: #51360B;
}
.BgClassName
{
background-color: #51360B;
}
</style>
border-color css
<style>
span { border-color: #51360B; }
span { border-color: rgb(81,54,11); }
td.TdClassName
{
border-color: #51360B;
}
.TagClassName
{
border-color: #51360B;
}
</style>