Shades of Baker's Chocolate #512B0A
Tints of Baker's Chocolate #512B0A
RGB
CMYK
RGB Variations
Color information
#512B0A (or 0x512B0A) is known color: Baker's Chocolate. HEX triplet: 51, 2B and 0A. RGB value is (81,43,10). Sum of RGB (Red+Green+Blue) = 81+43+10=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B0A is #AED4F5. Grayscale: #323232. Windows color (decimal): -11457782 or 666449. OLE color: 666449.
HSL color Cylindrical-coordinate representation of color #512B0A: hue angle of 27.89º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #512B0A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 43 | 10 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.68 |
| HSL | 27.89º | 0.78% | 0.18% | - |
| HSV(B) | 27.89º | 0.88% | 0.32% | - |
| XYZ | 4.31 | 3.5 | 0.74 | - |
| YUV | 50.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 10 | 0 | 0.47 | 0.88 | 0.68 | 27.89 | 0.78 | 0.18 |
| Hex | 51 | 2B | A | 0 | 2F | 58 | 44 | 1C | 4E | 12 |
| Octal | 121 | 53 | 12 | 0 | 57 | 130 | 104 | 34 | 116 | 22 |
| Binary | 1010001 | 101011 | 1010 | 0 | 101111 | 1011000 | 1000100 | 11100 | 1001110 | 10010 |
Color Harmonies of #512B0A
Complementary color
Monochromatic Colors of #512B0A
Black with #512B0A
Text Example
Text Example
White with #512B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B0A; }
p { color: rgb(81,43,10); }
H1.HeaderClassName
{
color: #512B0A;
}
.AnyTagClassName
{
color: #512B0A;
}
</style>
background-color css
<style>
a { background-color: #512B0A; }
a { background-color: rgb(81,43,10); }
div.DivClassName
{
background-color: #512B0A;
}
.BgClassName
{
background-color: #512B0A;
}
</style>
border-color css
<style>
span { border-color: #512B0A; }
span { border-color: rgb(81,43,10); }
td.TdClassName
{
border-color: #512B0A;
}
.TagClassName
{
border-color: #512B0A;
}
</style>