Shades of Brown Pod #501201
Tints of Brown Pod #501201
RGB
CMYK
RGB Variations
Color information
#501201 (or 0x501201) is known color: Brown Pod. HEX triplet: 50, 12 and 01. RGB value is (80,18,1). Sum of RGB (Red+Green+Blue) = 80+18+1=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #501201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501201 is #AFEDFE. Grayscale: #222222. Windows color (decimal): -11529727 or 70224. OLE color: 70224.
HSL color Cylindrical-coordinate representation of color #501201: hue angle of 12.91º 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 #501201 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.69 |
| HSL | 12.91º | 0.98% | 0.16% | - |
| HSV(B) | 12.91º | 0.99% | 0.31% | - |
| XYZ | 3.53 | 2.14 | 0.26 | - |
| YUV | 34.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 1 | 0 | 0.78 | 0.99 | 0.69 | 12.91 | 0.98 | 0.16 |
| Hex | 50 | 12 | 1 | 0 | 4E | 63 | 45 | D | 62 | 10 |
| Octal | 120 | 22 | 1 | 0 | 116 | 143 | 105 | 15 | 142 | 20 |
| Binary | 1010000 | 10010 | 1 | 0 | 1001110 | 1100011 | 1000101 | 1101 | 1100010 | 10000 |
Color Harmonies of #501201
Complementary color
Monochromatic Colors of #501201
Black with #501201
Text Example
Text Example
White with #501201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501201; }
p { color: rgb(80,18,1); }
H1.HeaderClassName
{
color: #501201;
}
.AnyTagClassName
{
color: #501201;
}
</style>
background-color css
<style>
a { background-color: #501201; }
a { background-color: rgb(80,18,1); }
div.DivClassName
{
background-color: #501201;
}
.BgClassName
{
background-color: #501201;
}
</style>
border-color css
<style>
span { border-color: #501201; }
span { border-color: rgb(80,18,1); }
td.TdClassName
{
border-color: #501201;
}
.TagClassName
{
border-color: #501201;
}
</style>