Shades of Baker's Chocolate #512801
Tints of Baker's Chocolate #512801
RGB
CMYK
RGB Variations
Color information
#512801 (or 0x512801) is known color: Baker's Chocolate. HEX triplet: 51, 28 and 01. RGB value is (81,40,1). Sum of RGB (Red+Green+Blue) = 81+40+1=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512801 is #AED7FE. Grayscale: #303030. Windows color (decimal): -11458559 or 75857. OLE color: 75857.
HSL color Cylindrical-coordinate representation of color #512801: hue angle of 29.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #512801 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.68 |
| HSL | 29.25º | 0.98% | 0.16% | - |
| HSV(B) | 29.25º | 0.99% | 0.32% | - |
| XYZ | 4.16 | 3.27 | 0.44 | - |
| YUV | 47.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 1 | 0 | 0.51 | 0.99 | 0.68 | 29.25 | 0.98 | 0.16 |
| Hex | 51 | 28 | 1 | 0 | 33 | 63 | 44 | 1D | 62 | 10 |
| Octal | 121 | 50 | 1 | 0 | 63 | 143 | 104 | 35 | 142 | 20 |
| Binary | 1010001 | 101000 | 1 | 0 | 110011 | 1100011 | 1000100 | 11101 | 1100010 | 10000 |
Color Harmonies of #512801
Complementary color
Monochromatic Colors of #512801
Black with #512801
Text Example
Text Example
White with #512801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512801; }
p { color: rgb(81,40,1); }
H1.HeaderClassName
{
color: #512801;
}
.AnyTagClassName
{
color: #512801;
}
</style>
background-color css
<style>
a { background-color: #512801; }
a { background-color: rgb(81,40,1); }
div.DivClassName
{
background-color: #512801;
}
.BgClassName
{
background-color: #512801;
}
</style>
border-color css
<style>
span { border-color: #512801; }
span { border-color: rgb(81,40,1); }
td.TdClassName
{
border-color: #512801;
}
.TagClassName
{
border-color: #512801;
}
</style>