Shades of Brown Pod #501500
Tints of Brown Pod #501500
RGB
CMYK
RGB Variations
Color information
#501500 (or 0x501500) is known color: Brown Pod. HEX triplet: 50, 15 and 00. RGB value is (80,21,0). Sum of RGB (Red+Green+Blue) = 80+21+0=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #501500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501500 is #AFEAFF. Grayscale: #242424. Windows color (decimal): -11528960 or 5456. OLE color: 5456.
HSL color Cylindrical-coordinate representation of color #501500: hue angle of 15.75º 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 #501500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.69 |
| HSL | 15.75º | 1% | 0.16% | - |
| HSV(B) | 15.75º | 1% | 0.31% | - |
| XYZ | 3.58 | 2.24 | 0.24 | - |
| YUV | 36.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 0 | 0 | 0.74 | 1 | 0.69 | 15.75 | 1 | 0.16 |
| Hex | 50 | 15 | 0 | 0 | 4A | 64 | 45 | 10 | 64 | 10 |
| Octal | 120 | 25 | 0 | 0 | 112 | 144 | 105 | 20 | 144 | 20 |
| Binary | 1010000 | 10101 | 0 | 0 | 1001010 | 1100100 | 1000101 | 10000 | 1100100 | 10000 |
Color Harmonies of #501500
Complementary color
Monochromatic Colors of #501500
Black with #501500
Text Example
Text Example
White with #501500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501500; }
p { color: rgb(80,21,0); }
H1.HeaderClassName
{
color: #501500;
}
.AnyTagClassName
{
color: #501500;
}
</style>
background-color css
<style>
a { background-color: #501500; }
a { background-color: rgb(80,21,0); }
div.DivClassName
{
background-color: #501500;
}
.BgClassName
{
background-color: #501500;
}
</style>
border-color css
<style>
span { border-color: #501500; }
span { border-color: rgb(80,21,0); }
td.TdClassName
{
border-color: #501500;
}
.TagClassName
{
border-color: #501500;
}
</style>