Shades of Baker's Chocolate #512C01
Tints of Baker's Chocolate #512C01
RGB
CMYK
RGB Variations
Color information
#512C01 (or 0x512C01) is known color: Baker's Chocolate. HEX triplet: 51, 2C and 01. RGB value is (81,44,1). Sum of RGB (Red+Green+Blue) = 81+44+1=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C01 is #AED3FE. Grayscale: #323232. Windows color (decimal): -11457535 or 76881. OLE color: 76881.
HSL color Cylindrical-coordinate representation of color #512C01: hue angle of 32.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 #512C01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.68 |
| HSL | 32.25º | 0.98% | 0.16% | - |
| HSV(B) | 32.25º | 0.99% | 0.32% | - |
| XYZ | 4.3 | 3.55 | 0.49 | - |
| YUV | 50.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 1 | 0 | 0.46 | 0.99 | 0.68 | 32.25 | 0.98 | 0.16 |
| Hex | 51 | 2C | 1 | 0 | 2E | 63 | 44 | 20 | 62 | 10 |
| Octal | 121 | 54 | 1 | 0 | 56 | 143 | 104 | 40 | 142 | 20 |
| Binary | 1010001 | 101100 | 1 | 0 | 101110 | 1100011 | 1000100 | 100000 | 1100010 | 10000 |
Color Harmonies of #512C01
Complementary color
Monochromatic Colors of #512C01
Black with #512C01
Text Example
Text Example
White with #512C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C01; }
p { color: rgb(81,44,1); }
H1.HeaderClassName
{
color: #512C01;
}
.AnyTagClassName
{
color: #512C01;
}
</style>
background-color css
<style>
a { background-color: #512C01; }
a { background-color: rgb(81,44,1); }
div.DivClassName
{
background-color: #512C01;
}
.BgClassName
{
background-color: #512C01;
}
</style>
border-color css
<style>
span { border-color: #512C01; }
span { border-color: rgb(81,44,1); }
td.TdClassName
{
border-color: #512C01;
}
.TagClassName
{
border-color: #512C01;
}
</style>