Shades of Brown Pod #501401
Tints of Brown Pod #501401
RGB
CMYK
RGB Variations
Color information
#501401 (or 0x501401) is known color: Brown Pod. HEX triplet: 50, 14 and 01. RGB value is (80,20,1). Sum of RGB (Red+Green+Blue) = 80+20+1=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #501401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501401 is #AFEBFE. Grayscale: #232323. Windows color (decimal): -11529215 or 70736. OLE color: 70736.
HSL color Cylindrical-coordinate representation of color #501401: hue angle of 14.43º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #501401 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.69 |
| HSL | 14.43º | 0.98% | 0.16% | - |
| HSV(B) | 14.43º | 0.99% | 0.31% | - |
| XYZ | 3.56 | 2.21 | 0.27 | - |
| YUV | 35.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 1 | 0 | 0.75 | 0.99 | 0.69 | 14.43 | 0.98 | 0.16 |
| Hex | 50 | 14 | 1 | 0 | 4B | 63 | 45 | E | 62 | 10 |
| Octal | 120 | 24 | 1 | 0 | 113 | 143 | 105 | 16 | 142 | 20 |
| Binary | 1010000 | 10100 | 1 | 0 | 1001011 | 1100011 | 1000101 | 1110 | 1100010 | 10000 |
Color Harmonies of #501401
Complementary color
Monochromatic Colors of #501401
Black with #501401
Text Example
Text Example
White with #501401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501401; }
p { color: rgb(80,20,1); }
H1.HeaderClassName
{
color: #501401;
}
.AnyTagClassName
{
color: #501401;
}
</style>
background-color css
<style>
a { background-color: #501401; }
a { background-color: rgb(80,20,1); }
div.DivClassName
{
background-color: #501401;
}
.BgClassName
{
background-color: #501401;
}
</style>
border-color css
<style>
span { border-color: #501401; }
span { border-color: rgb(80,20,1); }
td.TdClassName
{
border-color: #501401;
}
.TagClassName
{
border-color: #501401;
}
</style>