Shades of Brown Pod #501600
Tints of Brown Pod #501600
RGB
CMYK
RGB Variations
Color information
#501600 (or 0x501600) is known color: Brown Pod. HEX triplet: 50, 16 and 00. RGB value is (80,22,0). Sum of RGB (Red+Green+Blue) = 80+22+0=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #501600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501600 is #AFE9FF. Grayscale: #242424. Windows color (decimal): -11528704 or 5712. OLE color: 5712.
HSL color Cylindrical-coordinate representation of color #501600: hue angle of 16.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #501600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.69 |
| HSL | 16.5º | 1% | 0.16% | - |
| HSV(B) | 16.5º | 1% | 0.31% | - |
| XYZ | 3.6 | 2.28 | 0.25 | - |
| YUV | 36.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 0 | 0 | 0.72 | 1 | 0.69 | 16.5 | 1 | 0.16 |
| Hex | 50 | 16 | 0 | 0 | 48 | 64 | 45 | 10 | 64 | 10 |
| Octal | 120 | 26 | 0 | 0 | 110 | 144 | 105 | 20 | 144 | 20 |
| Binary | 1010000 | 10110 | 0 | 0 | 1001000 | 1100100 | 1000101 | 10000 | 1100100 | 10000 |
Color Harmonies of #501600
Complementary color
Monochromatic Colors of #501600
Black with #501600
Text Example
Text Example
White with #501600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501600; }
p { color: rgb(80,22,0); }
H1.HeaderClassName
{
color: #501600;
}
.AnyTagClassName
{
color: #501600;
}
</style>
background-color css
<style>
a { background-color: #501600; }
a { background-color: rgb(80,22,0); }
div.DivClassName
{
background-color: #501600;
}
.BgClassName
{
background-color: #501600;
}
</style>
border-color css
<style>
span { border-color: #501600; }
span { border-color: rgb(80,22,0); }
td.TdClassName
{
border-color: #501600;
}
.TagClassName
{
border-color: #501600;
}
</style>