Shades of Brown Pod #501903
Tints of Brown Pod #501903
RGB
CMYK
RGB Variations
Color information
#501903 (or 0x501903) is known color: Brown Pod. HEX triplet: 50, 19 and 03. RGB value is (80,25,3). Sum of RGB (Red+Green+Blue) = 80+25+3=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #501903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501903 is #AFE6FC. Grayscale: #272727. Windows color (decimal): -11527933 or 203088. OLE color: 203088.
HSL color Cylindrical-coordinate representation of color #501903: hue angle of 17.14º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #501903 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 3 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.69 |
| HSL | 17.14º | 0.93% | 0.16% | - |
| HSV(B) | 17.14º | 0.96% | 0.31% | - |
| XYZ | 3.67 | 2.41 | 0.36 | - |
| YUV | 38.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 3 | 0 | 0.69 | 0.96 | 0.69 | 17.14 | 0.93 | 0.16 |
| Hex | 50 | 19 | 3 | 0 | 45 | 60 | 45 | 11 | 5D | 10 |
| Octal | 120 | 31 | 3 | 0 | 105 | 140 | 105 | 21 | 135 | 20 |
| Binary | 1010000 | 11001 | 11 | 0 | 1000101 | 1100000 | 1000101 | 10001 | 1011101 | 10000 |
Color Harmonies of #501903
Complementary color
Monochromatic Colors of #501903
Black with #501903
Text Example
Text Example
White with #501903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501903; }
p { color: rgb(80,25,3); }
H1.HeaderClassName
{
color: #501903;
}
.AnyTagClassName
{
color: #501903;
}
</style>
background-color css
<style>
a { background-color: #501903; }
a { background-color: rgb(80,25,3); }
div.DivClassName
{
background-color: #501903;
}
.BgClassName
{
background-color: #501903;
}
</style>
border-color css
<style>
span { border-color: #501903; }
span { border-color: rgb(80,25,3); }
td.TdClassName
{
border-color: #501903;
}
.TagClassName
{
border-color: #501903;
}
</style>