Shades of Baker's Chocolate #512C0B
Tints of Baker's Chocolate #512C0B
RGB
CMYK
RGB Variations
Color information
#512C0B (or 0x512C0B) is known color: Baker's Chocolate. HEX triplet: 51, 2C and 0B. RGB value is (81,44,11). Sum of RGB (Red+Green+Blue) = 81+44+11=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C0B is #AED3F4. Grayscale: #333333. Windows color (decimal): -11457525 or 732241. OLE color: 732241.
HSL color Cylindrical-coordinate representation of color #512C0B: hue angle of 28.29º 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 #512C0B is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 11 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.68 |
| HSL | 28.29º | 0.76% | 0.18% | - |
| HSV(B) | 28.29º | 0.86% | 0.32% | - |
| XYZ | 4.35 | 3.57 | 0.78 | - |
| YUV | 51.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 11 | 0 | 0.46 | 0.86 | 0.68 | 28.29 | 0.76 | 0.18 |
| Hex | 51 | 2C | B | 0 | 2E | 56 | 44 | 1C | 4C | 12 |
| Octal | 121 | 54 | 13 | 0 | 56 | 126 | 104 | 34 | 114 | 22 |
| Binary | 1010001 | 101100 | 1011 | 0 | 101110 | 1010110 | 1000100 | 11100 | 1001100 | 10010 |
Color Harmonies of #512C0B
Complementary color
Monochromatic Colors of #512C0B
Black with #512C0B
Text Example
Text Example
White with #512C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C0B; }
p { color: rgb(81,44,11); }
H1.HeaderClassName
{
color: #512C0B;
}
.AnyTagClassName
{
color: #512C0B;
}
</style>
background-color css
<style>
a { background-color: #512C0B; }
a { background-color: rgb(81,44,11); }
div.DivClassName
{
background-color: #512C0B;
}
.BgClassName
{
background-color: #512C0B;
}
</style>
border-color css
<style>
span { border-color: #512C0B; }
span { border-color: rgb(81,44,11); }
td.TdClassName
{
border-color: #512C0B;
}
.TagClassName
{
border-color: #512C0B;
}
</style>