Shades of Baker's Chocolate #512E01
Tints of Baker's Chocolate #512E01
RGB
CMYK
RGB Variations
Color information
#512E01 (or 0x512E01) is known color: Baker's Chocolate. HEX triplet: 51, 2E and 01. RGB value is (81,46,1). Sum of RGB (Red+Green+Blue) = 81+46+1=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #512E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E01 is #AED1FE. Grayscale: #333333. Windows color (decimal): -11457023 or 77393. OLE color: 77393.
HSL color Cylindrical-coordinate representation of color #512E01: hue angle of 33.75º 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 #512E01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.68 |
| HSL | 33.75º | 0.98% | 0.16% | - |
| HSV(B) | 33.75º | 0.99% | 0.32% | - |
| XYZ | 4.38 | 3.71 | 0.51 | - |
| YUV | 51.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 1 | 0 | 0.43 | 0.99 | 0.68 | 33.75 | 0.98 | 0.16 |
| Hex | 51 | 2E | 1 | 0 | 2B | 63 | 44 | 22 | 62 | 10 |
| Octal | 121 | 56 | 1 | 0 | 53 | 143 | 104 | 42 | 142 | 20 |
| Binary | 1010001 | 101110 | 1 | 0 | 101011 | 1100011 | 1000100 | 100010 | 1100010 | 10000 |
Color Harmonies of #512E01
Complementary color
Monochromatic Colors of #512E01
Black with #512E01
Text Example
Text Example
White with #512E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E01; }
p { color: rgb(81,46,1); }
H1.HeaderClassName
{
color: #512E01;
}
.AnyTagClassName
{
color: #512E01;
}
</style>
background-color css
<style>
a { background-color: #512E01; }
a { background-color: rgb(81,46,1); }
div.DivClassName
{
background-color: #512E01;
}
.BgClassName
{
background-color: #512E01;
}
</style>
border-color css
<style>
span { border-color: #512E01; }
span { border-color: rgb(81,46,1); }
td.TdClassName
{
border-color: #512E01;
}
.TagClassName
{
border-color: #512E01;
}
</style>