Shades of Brown Pod #501504
Tints of Brown Pod #501504
RGB
CMYK
RGB Variations
Color information
#501504 (or 0x501504) is known color: Brown Pod. HEX triplet: 50, 15 and 04. RGB value is (80,21,4). Sum of RGB (Red+Green+Blue) = 80+21+4=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501504 is #AFEAFB. Grayscale: #242424. Windows color (decimal): -11528956 or 267600. OLE color: 267600.
HSL color Cylindrical-coordinate representation of color #501504: hue angle of 13.42º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #501504 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 4 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.69 |
| HSL | 13.42º | 0.9% | 0.16% | - |
| HSV(B) | 13.42º | 0.95% | 0.31% | - |
| XYZ | 3.6 | 2.25 | 0.36 | - |
| YUV | 36.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 4 | 0 | 0.74 | 0.95 | 0.69 | 13.42 | 0.9 | 0.16 |
| Hex | 50 | 15 | 4 | 0 | 4A | 5F | 45 | D | 5A | 10 |
| Octal | 120 | 25 | 4 | 0 | 112 | 137 | 105 | 15 | 132 | 20 |
| Binary | 1010000 | 10101 | 100 | 0 | 1001010 | 1011111 | 1000101 | 1101 | 1011010 | 10000 |
Color Harmonies of #501504
Complementary color
Monochromatic Colors of #501504
Black with #501504
Text Example
Text Example
White with #501504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501504; }
p { color: rgb(80,21,4); }
H1.HeaderClassName
{
color: #501504;
}
.AnyTagClassName
{
color: #501504;
}
</style>
background-color css
<style>
a { background-color: #501504; }
a { background-color: rgb(80,21,4); }
div.DivClassName
{
background-color: #501504;
}
.BgClassName
{
background-color: #501504;
}
</style>
border-color css
<style>
span { border-color: #501504; }
span { border-color: rgb(80,21,4); }
td.TdClassName
{
border-color: #501504;
}
.TagClassName
{
border-color: #501504;
}
</style>