Shades of Baker's Chocolate #511C00
Tints of Baker's Chocolate #511C00
RGB
CMYK
RGB Variations
Color information
#511C00 (or 0x511C00) is known color: Baker's Chocolate. HEX triplet: 51, 1C and 00. RGB value is (81,28,0). Sum of RGB (Red+Green+Blue) = 81+28+0=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C00 is #AEE3FF. Grayscale: #282828. Windows color (decimal): -11461632 or 7249. OLE color: 7249.
HSL color Cylindrical-coordinate representation of color #511C00: hue angle of 20.74º 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 #511C00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.68 |
| HSL | 20.74º | 1% | 0.16% | - |
| HSV(B) | 20.74º | 1% | 0.32% | - |
| XYZ | 3.81 | 2.58 | 0.3 | - |
| YUV | 40.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 0 | 0 | 0.65 | 1 | 0.68 | 20.74 | 1 | 0.16 |
| Hex | 51 | 1C | 0 | 0 | 41 | 64 | 44 | 15 | 64 | 10 |
| Octal | 121 | 34 | 0 | 0 | 101 | 144 | 104 | 25 | 144 | 20 |
| Binary | 1010001 | 11100 | 0 | 0 | 1000001 | 1100100 | 1000100 | 10101 | 1100100 | 10000 |
Color Harmonies of #511C00
Complementary color
Monochromatic Colors of #511C00
Black with #511C00
Text Example
Text Example
White with #511C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C00; }
p { color: rgb(81,28,0); }
H1.HeaderClassName
{
color: #511C00;
}
.AnyTagClassName
{
color: #511C00;
}
</style>
background-color css
<style>
a { background-color: #511C00; }
a { background-color: rgb(81,28,0); }
div.DivClassName
{
background-color: #511C00;
}
.BgClassName
{
background-color: #511C00;
}
</style>
border-color css
<style>
span { border-color: #511C00; }
span { border-color: rgb(81,28,0); }
td.TdClassName
{
border-color: #511C00;
}
.TagClassName
{
border-color: #511C00;
}
</style>