Shades of Baker's Chocolate #512E09
Tints of Baker's Chocolate #512E09
RGB
CMYK
RGB Variations
Color information
#512E09 (or 0x512E09) is known color: Baker's Chocolate. HEX triplet: 51, 2E and 09. RGB value is (81,46,9). Sum of RGB (Red+Green+Blue) = 81+46+9=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E09 is #AED1F6. Grayscale: #343434. Windows color (decimal): -11457015 or 601681. OLE color: 601681.
HSL color Cylindrical-coordinate representation of color #512E09: hue angle of 30.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #512E09 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 9 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.68 |
| HSL | 30.83º | 0.8% | 0.18% | - |
| HSV(B) | 30.83º | 0.89% | 0.32% | - |
| XYZ | 4.42 | 3.72 | 0.74 | - |
| YUV | 52.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 9 | 0 | 0.43 | 0.89 | 0.68 | 30.83 | 0.8 | 0.18 |
| Hex | 51 | 2E | 9 | 0 | 2B | 59 | 44 | 1F | 50 | 12 |
| Octal | 121 | 56 | 11 | 0 | 53 | 131 | 104 | 37 | 120 | 22 |
| Binary | 1010001 | 101110 | 1001 | 0 | 101011 | 1011001 | 1000100 | 11111 | 1010000 | 10010 |
Color Harmonies of #512E09
Complementary color
Monochromatic Colors of #512E09
Black with #512E09
Text Example
Text Example
White with #512E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E09; }
p { color: rgb(81,46,9); }
H1.HeaderClassName
{
color: #512E09;
}
.AnyTagClassName
{
color: #512E09;
}
</style>
background-color css
<style>
a { background-color: #512E09; }
a { background-color: rgb(81,46,9); }
div.DivClassName
{
background-color: #512E09;
}
.BgClassName
{
background-color: #512E09;
}
</style>
border-color css
<style>
span { border-color: #512E09; }
span { border-color: rgb(81,46,9); }
td.TdClassName
{
border-color: #512E09;
}
.TagClassName
{
border-color: #512E09;
}
</style>