Shades of Brown Pod #501E0D
Tints of Brown Pod #501E0D
RGB
CMYK
RGB Variations
Color information
#501E0D (or 0x501E0D) is known color: Brown Pod. HEX triplet: 50, 1E and 0D. RGB value is (80,30,13). Sum of RGB (Red+Green+Blue) = 80+30+13=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E0D is #AFE1F2. Grayscale: #2B2B2B. Windows color (decimal): -11526643 or 859728. OLE color: 859728.
HSL color Cylindrical-coordinate representation of color #501E0D: hue angle of 15.22º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501E0D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 13 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.69 |
| HSL | 15.22º | 0.72% | 0.18% | - |
| HSV(B) | 15.22º | 0.84% | 0.31% | - |
| XYZ | 3.85 | 2.66 | 0.69 | - |
| YUV | 43.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 13 | 0 | 0.62 | 0.84 | 0.69 | 15.22 | 0.72 | 0.18 |
| Hex | 50 | 1E | D | 0 | 3E | 54 | 45 | F | 48 | 12 |
| Octal | 120 | 36 | 15 | 0 | 76 | 124 | 105 | 17 | 110 | 22 |
| Binary | 1010000 | 11110 | 1101 | 0 | 111110 | 1010100 | 1000101 | 1111 | 1001000 | 10010 |
Color Harmonies of #501E0D
Complementary color
Monochromatic Colors of #501E0D
Black with #501E0D
Text Example
Text Example
White with #501E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E0D; }
p { color: rgb(80,30,13); }
H1.HeaderClassName
{
color: #501E0D;
}
.AnyTagClassName
{
color: #501E0D;
}
</style>
background-color css
<style>
a { background-color: #501E0D; }
a { background-color: rgb(80,30,13); }
div.DivClassName
{
background-color: #501E0D;
}
.BgClassName
{
background-color: #501E0D;
}
</style>
border-color css
<style>
span { border-color: #501E0D; }
span { border-color: rgb(80,30,13); }
td.TdClassName
{
border-color: #501E0D;
}
.TagClassName
{
border-color: #501E0D;
}
</style>