Shades of Baker's Chocolate #512E00
Tints of Baker's Chocolate #512E00
RGB
CMYK
RGB Variations
Color information
#512E00 (or 0x512E00) is known color: Baker's Chocolate. HEX triplet: 51, 2E and 00. RGB value is (81,46,0). Sum of RGB (Red+Green+Blue) = 81+46+0=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #512E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E00 is #AED1FF. Grayscale: #333333. Windows color (decimal): -11457024 or 11857. OLE color: 11857.
HSL color Cylindrical-coordinate representation of color #512E00: hue angle of 34.07º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #512E00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.68 |
| HSL | 34.07º | 1% | 0.16% | - |
| HSV(B) | 34.07º | 1% | 0.32% | - |
| XYZ | 4.37 | 3.7 | 0.48 | - |
| YUV | 51.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 0 | 0 | 0.43 | 1 | 0.68 | 34.07 | 1 | 0.16 |
| Hex | 51 | 2E | 0 | 0 | 2B | 64 | 44 | 22 | 64 | 10 |
| Octal | 121 | 56 | 0 | 0 | 53 | 144 | 104 | 42 | 144 | 20 |
| Binary | 1010001 | 101110 | 0 | 0 | 101011 | 1100100 | 1000100 | 100010 | 1100100 | 10000 |
Color Harmonies of #512E00
Complementary color
Monochromatic Colors of #512E00
Black with #512E00
Text Example
Text Example
White with #512E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E00; }
p { color: rgb(81,46,0); }
H1.HeaderClassName
{
color: #512E00;
}
.AnyTagClassName
{
color: #512E00;
}
</style>
background-color css
<style>
a { background-color: #512E00; }
a { background-color: rgb(81,46,0); }
div.DivClassName
{
background-color: #512E00;
}
.BgClassName
{
background-color: #512E00;
}
</style>
border-color css
<style>
span { border-color: #512E00; }
span { border-color: rgb(81,46,0); }
td.TdClassName
{
border-color: #512E00;
}
.TagClassName
{
border-color: #512E00;
}
</style>