Shades of Brown Pod #501403
Tints of Brown Pod #501403
RGB
CMYK
RGB Variations
Color information
#501403 (or 0x501403) is known color: Brown Pod. HEX triplet: 50, 14 and 03. RGB value is (80,20,3). Sum of RGB (Red+Green+Blue) = 80+20+3=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501403 is #AFEBFC. Grayscale: #242424. Windows color (decimal): -11529213 or 201808. OLE color: 201808.
HSL color Cylindrical-coordinate representation of color #501403: hue angle of 13.25º 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 #501403 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 3 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.69 |
| HSL | 13.25º | 0.93% | 0.16% | - |
| HSV(B) | 13.25º | 0.96% | 0.31% | - |
| XYZ | 3.57 | 2.21 | 0.32 | - |
| YUV | 36 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 3 | 0 | 0.75 | 0.96 | 0.69 | 13.25 | 0.93 | 0.16 |
| Hex | 50 | 14 | 3 | 0 | 4B | 60 | 45 | D | 5D | 10 |
| Octal | 120 | 24 | 3 | 0 | 113 | 140 | 105 | 15 | 135 | 20 |
| Binary | 1010000 | 10100 | 11 | 0 | 1001011 | 1100000 | 1000101 | 1101 | 1011101 | 10000 |
Color Harmonies of #501403
Complementary color
Monochromatic Colors of #501403
Black with #501403
Text Example
Text Example
White with #501403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501403; }
p { color: rgb(80,20,3); }
H1.HeaderClassName
{
color: #501403;
}
.AnyTagClassName
{
color: #501403;
}
</style>
background-color css
<style>
a { background-color: #501403; }
a { background-color: rgb(80,20,3); }
div.DivClassName
{
background-color: #501403;
}
.BgClassName
{
background-color: #501403;
}
</style>
border-color css
<style>
span { border-color: #501403; }
span { border-color: rgb(80,20,3); }
td.TdClassName
{
border-color: #501403;
}
.TagClassName
{
border-color: #501403;
}
</style>