Shades of Baker's Chocolate #512C0D
Tints of Baker's Chocolate #512C0D
RGB
CMYK
RGB Variations
Color information
#512C0D (or 0x512C0D) is known color: Baker's Chocolate. HEX triplet: 51, 2C and 0D. RGB value is (81,44,13). Sum of RGB (Red+Green+Blue) = 81+44+13=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C0D is #AED3F2. Grayscale: #333333. Windows color (decimal): -11457523 or 863313. OLE color: 863313.
HSL color Cylindrical-coordinate representation of color #512C0D: hue angle of 27.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #512C0D is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 13 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.68 |
| HSL | 27.35º | 0.72% | 0.18% | - |
| HSV(B) | 27.35º | 0.84% | 0.32% | - |
| XYZ | 4.37 | 3.58 | 0.84 | - |
| YUV | 51.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 13 | 0 | 0.46 | 0.84 | 0.68 | 27.35 | 0.72 | 0.18 |
| Hex | 51 | 2C | D | 0 | 2E | 54 | 44 | 1B | 48 | 12 |
| Octal | 121 | 54 | 15 | 0 | 56 | 124 | 104 | 33 | 110 | 22 |
| Binary | 1010001 | 101100 | 1101 | 0 | 101110 | 1010100 | 1000100 | 11011 | 1001000 | 10010 |
Color Harmonies of #512C0D
Complementary color
Monochromatic Colors of #512C0D
Black with #512C0D
Text Example
Text Example
White with #512C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C0D; }
p { color: rgb(81,44,13); }
H1.HeaderClassName
{
color: #512C0D;
}
.AnyTagClassName
{
color: #512C0D;
}
</style>
background-color css
<style>
a { background-color: #512C0D; }
a { background-color: rgb(81,44,13); }
div.DivClassName
{
background-color: #512C0D;
}
.BgClassName
{
background-color: #512C0D;
}
</style>
border-color css
<style>
span { border-color: #512C0D; }
span { border-color: rgb(81,44,13); }
td.TdClassName
{
border-color: #512C0D;
}
.TagClassName
{
border-color: #512C0D;
}
</style>