Shades of Brown Pod #501F09
Tints of Brown Pod #501F09
RGB
CMYK
RGB Variations
Color information
#501F09 (or 0x501F09) is known color: Brown Pod. HEX triplet: 50, 1F and 09. RGB value is (80,31,9). Sum of RGB (Red+Green+Blue) = 80+31+9=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F09 is #AFE0F6. Grayscale: #2B2B2B. Windows color (decimal): -11526391 or 597840. OLE color: 597840.
HSL color Cylindrical-coordinate representation of color #501F09: hue angle of 18.59º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501F09 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 9 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.69 |
| HSL | 18.59º | 0.8% | 0.17% | - |
| HSV(B) | 18.59º | 0.89% | 0.31% | - |
| XYZ | 3.85 | 2.71 | 0.58 | - |
| YUV | 43.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 9 | 0 | 0.61 | 0.89 | 0.69 | 18.59 | 0.8 | 0.17 |
| Hex | 50 | 1F | 9 | 0 | 3D | 59 | 45 | 13 | 50 | 11 |
| Octal | 120 | 37 | 11 | 0 | 75 | 131 | 105 | 23 | 120 | 21 |
| Binary | 1010000 | 11111 | 1001 | 0 | 111101 | 1011001 | 1000101 | 10011 | 1010000 | 10001 |
Color Harmonies of #501F09
Complementary color
Monochromatic Colors of #501F09
Black with #501F09
Text Example
Text Example
White with #501F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F09; }
p { color: rgb(80,31,9); }
H1.HeaderClassName
{
color: #501F09;
}
.AnyTagClassName
{
color: #501F09;
}
</style>
background-color css
<style>
a { background-color: #501F09; }
a { background-color: rgb(80,31,9); }
div.DivClassName
{
background-color: #501F09;
}
.BgClassName
{
background-color: #501F09;
}
</style>
border-color css
<style>
span { border-color: #501F09; }
span { border-color: rgb(80,31,9); }
td.TdClassName
{
border-color: #501F09;
}
.TagClassName
{
border-color: #501F09;
}
</style>