Shades of Brown Pod #501F0A
Tints of Brown Pod #501F0A
RGB
CMYK
RGB Variations
Color information
#501F0A (or 0x501F0A) is known color: Brown Pod. HEX triplet: 50, 1F and 0A. RGB value is (80,31,10). Sum of RGB (Red+Green+Blue) = 80+31+10=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F0A is #AFE0F5. Grayscale: #2B2B2B. Windows color (decimal): -11526390 or 663376. OLE color: 663376.
HSL color Cylindrical-coordinate representation of color #501F0A: hue angle of 18º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501F0A is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 10 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.69 |
| HSL | 18º | 0.78% | 0.18% | - |
| HSV(B) | 18º | 0.88% | 0.31% | - |
| XYZ | 3.85 | 2.71 | 0.61 | - |
| YUV | 43.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 10 | 0 | 0.61 | 0.87 | 0.69 | 18 | 0.78 | 0.18 |
| Hex | 50 | 1F | A | 0 | 3D | 57 | 45 | 12 | 4E | 12 |
| Octal | 120 | 37 | 12 | 0 | 75 | 127 | 105 | 22 | 116 | 22 |
| Binary | 1010000 | 11111 | 1010 | 0 | 111101 | 1010111 | 1000101 | 10010 | 1001110 | 10010 |
Color Harmonies of #501F0A
Complementary color
Monochromatic Colors of #501F0A
Black with #501F0A
Text Example
Text Example
White with #501F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F0A; }
p { color: rgb(80,31,10); }
H1.HeaderClassName
{
color: #501F0A;
}
.AnyTagClassName
{
color: #501F0A;
}
</style>
background-color css
<style>
a { background-color: #501F0A; }
a { background-color: rgb(80,31,10); }
div.DivClassName
{
background-color: #501F0A;
}
.BgClassName
{
background-color: #501F0A;
}
</style>
border-color css
<style>
span { border-color: #501F0A; }
span { border-color: rgb(80,31,10); }
td.TdClassName
{
border-color: #501F0A;
}
.TagClassName
{
border-color: #501F0A;
}
</style>