Shades of Baker's Chocolate #512C0E
Tints of Baker's Chocolate #512C0E
RGB
CMYK
RGB Variations
Color information
#512C0E (or 0x512C0E) is known color: Baker's Chocolate. HEX triplet: 51, 2C and 0E. RGB value is (81,44,14). Sum of RGB (Red+Green+Blue) = 81+44+14=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #512C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C0E is #AED3F1. Grayscale: #333333. Windows color (decimal): -11457522 or 928849. OLE color: 928849.
HSL color Cylindrical-coordinate representation of color #512C0E: hue angle of 26.87º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512C0E is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 14 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.68 |
| HSL | 26.87º | 0.71% | 0.19% | - |
| HSV(B) | 26.87º | 0.83% | 0.32% | - |
| XYZ | 4.37 | 3.58 | 0.88 | - |
| YUV | 51.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 14 | 0 | 0.46 | 0.83 | 0.68 | 26.87 | 0.71 | 0.19 |
| Hex | 51 | 2C | E | 0 | 2E | 53 | 44 | 1B | 47 | 13 |
| Octal | 121 | 54 | 16 | 0 | 56 | 123 | 104 | 33 | 107 | 23 |
| Binary | 1010001 | 101100 | 1110 | 0 | 101110 | 1010011 | 1000100 | 11011 | 1000111 | 10011 |
Color Harmonies of #512C0E
Complementary color
Monochromatic Colors of #512C0E
Black with #512C0E
Text Example
Text Example
White with #512C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C0E; }
p { color: rgb(81,44,14); }
H1.HeaderClassName
{
color: #512C0E;
}
.AnyTagClassName
{
color: #512C0E;
}
</style>
background-color css
<style>
a { background-color: #512C0E; }
a { background-color: rgb(81,44,14); }
div.DivClassName
{
background-color: #512C0E;
}
.BgClassName
{
background-color: #512C0E;
}
</style>
border-color css
<style>
span { border-color: #512C0E; }
span { border-color: rgb(81,44,14); }
td.TdClassName
{
border-color: #512C0E;
}
.TagClassName
{
border-color: #512C0E;
}
</style>