Shades of Baker's Chocolate #511B00
Tints of Baker's Chocolate #511B00
RGB
CMYK
RGB Variations
Color information
#511B00 (or 0x511B00) is known color: Baker's Chocolate. HEX triplet: 51, 1B and 00. RGB value is (81,27,0). Sum of RGB (Red+Green+Blue) = 81+27+0=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #511B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B00 is #AEE4FF. Grayscale: #282828. Windows color (decimal): -11461888 or 6993. OLE color: 6993.
HSL color Cylindrical-coordinate representation of color #511B00: hue angle of 20º 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 #511B00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.68 |
| HSL | 20º | 1% | 0.16% | - |
| HSV(B) | 20º | 1% | 0.32% | - |
| XYZ | 3.79 | 2.53 | 0.29 | - |
| YUV | 40.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 0 | 0 | 0.67 | 1 | 0.68 | 20 | 1 | 0.16 |
| Hex | 51 | 1B | 0 | 0 | 43 | 64 | 44 | 14 | 64 | 10 |
| Octal | 121 | 33 | 0 | 0 | 103 | 144 | 104 | 24 | 144 | 20 |
| Binary | 1010001 | 11011 | 0 | 0 | 1000011 | 1100100 | 1000100 | 10100 | 1100100 | 10000 |
Color Harmonies of #511B00
Complementary color
Monochromatic Colors of #511B00
Black with #511B00
Text Example
Text Example
White with #511B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B00; }
p { color: rgb(81,27,0); }
H1.HeaderClassName
{
color: #511B00;
}
.AnyTagClassName
{
color: #511B00;
}
</style>
background-color css
<style>
a { background-color: #511B00; }
a { background-color: rgb(81,27,0); }
div.DivClassName
{
background-color: #511B00;
}
.BgClassName
{
background-color: #511B00;
}
</style>
border-color css
<style>
span { border-color: #511B00; }
span { border-color: rgb(81,27,0); }
td.TdClassName
{
border-color: #511B00;
}
.TagClassName
{
border-color: #511B00;
}
</style>