Shades of Brown Pod #511900
Tints of Brown Pod #511900
RGB
CMYK
RGB Variations
Color information
#511900 (or 0x511900) is known color: Brown Pod. HEX triplet: 51, 19 and 00. RGB value is (81,25,0). Sum of RGB (Red+Green+Blue) = 81+25+0=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #511900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511900 is #AEE6FF. Grayscale: #272727. Windows color (decimal): -11462400 or 6481. OLE color: 6481.
HSL color Cylindrical-coordinate representation of color #511900: hue angle of 18.52º 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 #511900 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.68 |
| HSL | 18.52º | 1% | 0.16% | - |
| HSV(B) | 18.52º | 1% | 0.32% | - |
| XYZ | 3.74 | 2.44 | 0.27 | - |
| YUV | 38.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 0 | 0 | 0.69 | 1 | 0.68 | 18.52 | 1 | 0.16 |
| Hex | 51 | 19 | 0 | 0 | 45 | 64 | 44 | 13 | 64 | 10 |
| Octal | 121 | 31 | 0 | 0 | 105 | 144 | 104 | 23 | 144 | 20 |
| Binary | 1010001 | 11001 | 0 | 0 | 1000101 | 1100100 | 1000100 | 10011 | 1100100 | 10000 |
Color Harmonies of #511900
Complementary color
Monochromatic Colors of #511900
Black with #511900
Text Example
Text Example
White with #511900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511900; }
p { color: rgb(81,25,0); }
H1.HeaderClassName
{
color: #511900;
}
.AnyTagClassName
{
color: #511900;
}
</style>
background-color css
<style>
a { background-color: #511900; }
a { background-color: rgb(81,25,0); }
div.DivClassName
{
background-color: #511900;
}
.BgClassName
{
background-color: #511900;
}
</style>
border-color css
<style>
span { border-color: #511900; }
span { border-color: rgb(81,25,0); }
td.TdClassName
{
border-color: #511900;
}
.TagClassName
{
border-color: #511900;
}
</style>