Shades of Brown Pod #501505
Tints of Brown Pod #501505
RGB
CMYK
RGB Variations
Color information
#501505 (or 0x501505) is known color: Brown Pod. HEX triplet: 50, 15 and 05. RGB value is (80,21,5). Sum of RGB (Red+Green+Blue) = 80+21+5=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501505 is #AFEAFA. Grayscale: #242424. Windows color (decimal): -11528955 or 333136. OLE color: 333136.
HSL color Cylindrical-coordinate representation of color #501505: hue angle of 12.8º 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 #501505 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 5 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.69 |
| HSL | 12.8º | 0.88% | 0.17% | - |
| HSV(B) | 12.8º | 0.94% | 0.31% | - |
| XYZ | 3.6 | 2.25 | 0.39 | - |
| YUV | 36.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 5 | 0 | 0.74 | 0.94 | 0.69 | 12.8 | 0.88 | 0.17 |
| Hex | 50 | 15 | 5 | 0 | 4A | 5E | 45 | D | 58 | 11 |
| Octal | 120 | 25 | 5 | 0 | 112 | 136 | 105 | 15 | 130 | 21 |
| Binary | 1010000 | 10101 | 101 | 0 | 1001010 | 1011110 | 1000101 | 1101 | 1011000 | 10001 |
Color Harmonies of #501505
Complementary color
Monochromatic Colors of #501505
Black with #501505
Text Example
Text Example
White with #501505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501505; }
p { color: rgb(80,21,5); }
H1.HeaderClassName
{
color: #501505;
}
.AnyTagClassName
{
color: #501505;
}
</style>
background-color css
<style>
a { background-color: #501505; }
a { background-color: rgb(80,21,5); }
div.DivClassName
{
background-color: #501505;
}
.BgClassName
{
background-color: #501505;
}
</style>
border-color css
<style>
span { border-color: #501505; }
span { border-color: rgb(80,21,5); }
td.TdClassName
{
border-color: #501505;
}
.TagClassName
{
border-color: #501505;
}
</style>