Shades of Brown Pod #501905
Tints of Brown Pod #501905
RGB
CMYK
RGB Variations
Color information
#501905 (or 0x501905) is known color: Brown Pod. HEX triplet: 50, 19 and 05. RGB value is (80,25,5). Sum of RGB (Red+Green+Blue) = 80+25+5=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #501905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501905 is #AFE6FA. Grayscale: #272727. Windows color (decimal): -11527931 or 334160. OLE color: 334160.
HSL color Cylindrical-coordinate representation of color #501905: hue angle of 16º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501905 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 5 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.69 |
| HSL | 16º | 0.88% | 0.17% | - |
| HSV(B) | 16º | 0.94% | 0.31% | - |
| XYZ | 3.68 | 2.41 | 0.41 | - |
| YUV | 39.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 5 | 0 | 0.69 | 0.94 | 0.69 | 16 | 0.88 | 0.17 |
| Hex | 50 | 19 | 5 | 0 | 45 | 5E | 45 | 10 | 58 | 11 |
| Octal | 120 | 31 | 5 | 0 | 105 | 136 | 105 | 20 | 130 | 21 |
| Binary | 1010000 | 11001 | 101 | 0 | 1000101 | 1011110 | 1000101 | 10000 | 1011000 | 10001 |
Color Harmonies of #501905
Complementary color
Monochromatic Colors of #501905
Black with #501905
Text Example
Text Example
White with #501905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501905; }
p { color: rgb(80,25,5); }
H1.HeaderClassName
{
color: #501905;
}
.AnyTagClassName
{
color: #501905;
}
</style>
background-color css
<style>
a { background-color: #501905; }
a { background-color: rgb(80,25,5); }
div.DivClassName
{
background-color: #501905;
}
.BgClassName
{
background-color: #501905;
}
</style>
border-color css
<style>
span { border-color: #501905; }
span { border-color: rgb(80,25,5); }
td.TdClassName
{
border-color: #501905;
}
.TagClassName
{
border-color: #501905;
}
</style>