Shades of Baker's Chocolate #512F10
Tints of Baker's Chocolate #512F10
RGB
CMYK
RGB Variations
Color information
#512F10 (or 0x512F10) is known color: Baker's Chocolate. HEX triplet: 51, 2F and 10. RGB value is (81,47,16). Sum of RGB (Red+Green+Blue) = 81+47+16=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #512F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F10 is #AED0EF. Grayscale: #353535. Windows color (decimal): -11456752 or 1060689. OLE color: 1060689.
HSL color Cylindrical-coordinate representation of color #512F10: hue angle of 28.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512F10 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 16 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.68 |
| HSL | 28.62º | 0.67% | 0.19% | - |
| HSV(B) | 28.62º | 0.8% | 0.32% | - |
| XYZ | 4.5 | 3.82 | 0.99 | - |
| YUV | 53.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 16 | 0 | 0.42 | 0.80 | 0.68 | 28.62 | 0.67 | 0.19 |
| Hex | 51 | 2F | 10 | 0 | 2A | 50 | 44 | 1D | 43 | 13 |
| Octal | 121 | 57 | 20 | 0 | 52 | 120 | 104 | 35 | 103 | 23 |
| Binary | 1010001 | 101111 | 10000 | 0 | 101010 | 1010000 | 1000100 | 11101 | 1000011 | 10011 |
Color Harmonies of #512F10
Complementary color
Monochromatic Colors of #512F10
Black with #512F10
Text Example
Text Example
White with #512F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F10; }
p { color: rgb(81,47,16); }
H1.HeaderClassName
{
color: #512F10;
}
.AnyTagClassName
{
color: #512F10;
}
</style>
background-color css
<style>
a { background-color: #512F10; }
a { background-color: rgb(81,47,16); }
div.DivClassName
{
background-color: #512F10;
}
.BgClassName
{
background-color: #512F10;
}
</style>
border-color css
<style>
span { border-color: #512F10; }
span { border-color: rgb(81,47,16); }
td.TdClassName
{
border-color: #512F10;
}
.TagClassName
{
border-color: #512F10;
}
</style>