Shades of Baker's Chocolate #512A11
Tints of Baker's Chocolate #512A11
RGB
CMYK
RGB Variations
Color information
#512A11 (or 0x512A11) is known color: Baker's Chocolate. HEX triplet: 51, 2A and 11. RGB value is (81,42,17). Sum of RGB (Red+Green+Blue) = 81+42+17=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A11 is #AED5EE. Grayscale: #323232. Windows color (decimal): -11458031 or 1124945. OLE color: 1124945.
HSL color Cylindrical-coordinate representation of color #512A11: hue angle of 23.44º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512A11 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 42 | 17 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.68 |
| HSL | 23.44º | 0.65% | 0.19% | - |
| HSV(B) | 23.44º | 0.79% | 0.32% | - |
| XYZ | 4.32 | 3.45 | 0.97 | - |
| YUV | 50.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 17 | 0 | 0.48 | 0.79 | 0.68 | 23.44 | 0.65 | 0.19 |
| Hex | 51 | 2A | 11 | 0 | 30 | 4F | 44 | 17 | 41 | 13 |
| Octal | 121 | 52 | 21 | 0 | 60 | 117 | 104 | 27 | 101 | 23 |
| Binary | 1010001 | 101010 | 10001 | 0 | 110000 | 1001111 | 1000100 | 10111 | 1000001 | 10011 |
Color Harmonies of #512A11
Complementary color
Monochromatic Colors of #512A11
Black with #512A11
Text Example
Text Example
White with #512A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A11; }
p { color: rgb(81,42,17); }
H1.HeaderClassName
{
color: #512A11;
}
.AnyTagClassName
{
color: #512A11;
}
</style>
background-color css
<style>
a { background-color: #512A11; }
a { background-color: rgb(81,42,17); }
div.DivClassName
{
background-color: #512A11;
}
.BgClassName
{
background-color: #512A11;
}
</style>
border-color css
<style>
span { border-color: #512A11; }
span { border-color: rgb(81,42,17); }
td.TdClassName
{
border-color: #512A11;
}
.TagClassName
{
border-color: #512A11;
}
</style>