Shades of Brown Pod #501E0C
Tints of Brown Pod #501E0C
RGB
CMYK
RGB Variations
Color information
#501E0C (or 0x501E0C) is known color: Brown Pod. HEX triplet: 50, 1E and 0C. RGB value is (80,30,12). Sum of RGB (Red+Green+Blue) = 80+30+12=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E0C is #AFE1F3. Grayscale: #2B2B2B. Windows color (decimal): -11526644 or 794192. OLE color: 794192.
HSL color Cylindrical-coordinate representation of color #501E0C: hue angle of 15.88º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501E0C is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 12 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.69 |
| HSL | 15.88º | 0.74% | 0.18% | - |
| HSV(B) | 15.88º | 0.85% | 0.31% | - |
| XYZ | 3.84 | 2.66 | 0.66 | - |
| YUV | 42.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 12 | 0 | 0.62 | 0.85 | 0.69 | 15.88 | 0.74 | 0.18 |
| Hex | 50 | 1E | C | 0 | 3E | 55 | 45 | 10 | 4A | 12 |
| Octal | 120 | 36 | 14 | 0 | 76 | 125 | 105 | 20 | 112 | 22 |
| Binary | 1010000 | 11110 | 1100 | 0 | 111110 | 1010101 | 1000101 | 10000 | 1001010 | 10010 |
Color Harmonies of #501E0C
Complementary color
Monochromatic Colors of #501E0C
Black with #501E0C
Text Example
Text Example
White with #501E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E0C; }
p { color: rgb(80,30,12); }
H1.HeaderClassName
{
color: #501E0C;
}
.AnyTagClassName
{
color: #501E0C;
}
</style>
background-color css
<style>
a { background-color: #501E0C; }
a { background-color: rgb(80,30,12); }
div.DivClassName
{
background-color: #501E0C;
}
.BgClassName
{
background-color: #501E0C;
}
</style>
border-color css
<style>
span { border-color: #501E0C; }
span { border-color: rgb(80,30,12); }
td.TdClassName
{
border-color: #501E0C;
}
.TagClassName
{
border-color: #501E0C;
}
</style>