Shades of Brown Pod #501404
Tints of Brown Pod #501404
RGB
CMYK
RGB Variations
Color information
#501404 (or 0x501404) is known color: Brown Pod. HEX triplet: 50, 14 and 04. RGB value is (80,20,4). Sum of RGB (Red+Green+Blue) = 80+20+4=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501404 is #AFEBFB. Grayscale: #242424. Windows color (decimal): -11529212 or 267344. OLE color: 267344.
HSL color Cylindrical-coordinate representation of color #501404: hue angle of 12.63º 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 #501404 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 4 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.69 |
| HSL | 12.63º | 0.9% | 0.16% | - |
| HSV(B) | 12.63º | 0.95% | 0.31% | - |
| XYZ | 3.58 | 2.21 | 0.35 | - |
| YUV | 36.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 4 | 0 | 0.75 | 0.95 | 0.69 | 12.63 | 0.9 | 0.16 |
| Hex | 50 | 14 | 4 | 0 | 4B | 5F | 45 | D | 5A | 10 |
| Octal | 120 | 24 | 4 | 0 | 113 | 137 | 105 | 15 | 132 | 20 |
| Binary | 1010000 | 10100 | 100 | 0 | 1001011 | 1011111 | 1000101 | 1101 | 1011010 | 10000 |
Color Harmonies of #501404
Complementary color
Monochromatic Colors of #501404
Black with #501404
Text Example
Text Example
White with #501404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501404; }
p { color: rgb(80,20,4); }
H1.HeaderClassName
{
color: #501404;
}
.AnyTagClassName
{
color: #501404;
}
</style>
background-color css
<style>
a { background-color: #501404; }
a { background-color: rgb(80,20,4); }
div.DivClassName
{
background-color: #501404;
}
.BgClassName
{
background-color: #501404;
}
</style>
border-color css
<style>
span { border-color: #501404; }
span { border-color: rgb(80,20,4); }
td.TdClassName
{
border-color: #501404;
}
.TagClassName
{
border-color: #501404;
}
</style>