Shades of Brown Pod #511200
Tints of Brown Pod #511200
RGB
CMYK
RGB Variations
Color information
#511200 (or 0x511200) is known color: Brown Pod. HEX triplet: 51, 12 and 00. RGB value is (81,18,0). Sum of RGB (Red+Green+Blue) = 81+18+0=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #511200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511200 is #AEEDFF. Grayscale: #222222. Windows color (decimal): -11464192 or 4689. OLE color: 4689.
HSL color Cylindrical-coordinate representation of color #511200: hue angle of 13.33º 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 #511200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.68 |
| HSL | 13.33º | 1% | 0.16% | - |
| HSV(B) | 13.33º | 1% | 0.32% | - |
| XYZ | 3.61 | 2.18 | 0.23 | - |
| YUV | 34.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 0 | 0 | 0.78 | 1 | 0.68 | 13.33 | 1 | 0.16 |
| Hex | 51 | 12 | 0 | 0 | 4E | 64 | 44 | D | 64 | 10 |
| Octal | 121 | 22 | 0 | 0 | 116 | 144 | 104 | 15 | 144 | 20 |
| Binary | 1010001 | 10010 | 0 | 0 | 1001110 | 1100100 | 1000100 | 1101 | 1100100 | 10000 |
Color Harmonies of #511200
Complementary color
Monochromatic Colors of #511200
Black with #511200
Text Example
Text Example
White with #511200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511200; }
p { color: rgb(81,18,0); }
H1.HeaderClassName
{
color: #511200;
}
.AnyTagClassName
{
color: #511200;
}
</style>
background-color css
<style>
a { background-color: #511200; }
a { background-color: rgb(81,18,0); }
div.DivClassName
{
background-color: #511200;
}
.BgClassName
{
background-color: #511200;
}
</style>
border-color css
<style>
span { border-color: #511200; }
span { border-color: rgb(81,18,0); }
td.TdClassName
{
border-color: #511200;
}
.TagClassName
{
border-color: #511200;
}
</style>