Shades of Baker's Chocolate #512800
Tints of Baker's Chocolate #512800
RGB
CMYK
RGB Variations
Color information
#512800 (or 0x512800) is known color: Baker's Chocolate. HEX triplet: 51, 28 and 00. RGB value is (81,40,0). Sum of RGB (Red+Green+Blue) = 81+40+0=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #512800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512800 is #AED7FF. Grayscale: #2F2F2F. Windows color (decimal): -11458560 or 10321. OLE color: 10321.
HSL color Cylindrical-coordinate representation of color #512800: hue angle of 29.63º 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 #512800 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.68 |
| HSL | 29.63º | 1% | 0.16% | - |
| HSV(B) | 29.63º | 1% | 0.32% | - |
| XYZ | 4.15 | 3.27 | 0.41 | - |
| YUV | 47.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 0 | 0 | 0.51 | 1 | 0.68 | 29.63 | 1 | 0.16 |
| Hex | 51 | 28 | 0 | 0 | 33 | 64 | 44 | 1E | 64 | 10 |
| Octal | 121 | 50 | 0 | 0 | 63 | 144 | 104 | 36 | 144 | 20 |
| Binary | 1010001 | 101000 | 0 | 0 | 110011 | 1100100 | 1000100 | 11110 | 1100100 | 10000 |
Color Harmonies of #512800
Complementary color
Monochromatic Colors of #512800
Black with #512800
Text Example
Text Example
White with #512800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512800; }
p { color: rgb(81,40,0); }
H1.HeaderClassName
{
color: #512800;
}
.AnyTagClassName
{
color: #512800;
}
</style>
background-color css
<style>
a { background-color: #512800; }
a { background-color: rgb(81,40,0); }
div.DivClassName
{
background-color: #512800;
}
.BgClassName
{
background-color: #512800;
}
</style>
border-color css
<style>
span { border-color: #512800; }
span { border-color: rgb(81,40,0); }
td.TdClassName
{
border-color: #512800;
}
.TagClassName
{
border-color: #512800;
}
</style>