Shades of Brown Pod #501303
Tints of Brown Pod #501303
RGB
CMYK
RGB Variations
Color information
#501303 (or 0x501303) is known color: Brown Pod. HEX triplet: 50, 13 and 03. RGB value is (80,19,3). Sum of RGB (Red+Green+Blue) = 80+19+3=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #501303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501303 is #AFECFC. Grayscale: #232323. Windows color (decimal): -11529469 or 201552. OLE color: 201552.
HSL color Cylindrical-coordinate representation of color #501303: hue angle of 12.47º 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 #501303 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 3 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.69 |
| HSL | 12.47º | 0.93% | 0.16% | - |
| HSV(B) | 12.47º | 0.96% | 0.31% | - |
| XYZ | 3.56 | 2.18 | 0.32 | - |
| YUV | 35.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 3 | 0 | 0.76 | 0.96 | 0.69 | 12.47 | 0.93 | 0.16 |
| Hex | 50 | 13 | 3 | 0 | 4C | 60 | 45 | C | 5D | 10 |
| Octal | 120 | 23 | 3 | 0 | 114 | 140 | 105 | 14 | 135 | 20 |
| Binary | 1010000 | 10011 | 11 | 0 | 1001100 | 1100000 | 1000101 | 1100 | 1011101 | 10000 |
Color Harmonies of #501303
Complementary color
Monochromatic Colors of #501303
Black with #501303
Text Example
Text Example
White with #501303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501303; }
p { color: rgb(80,19,3); }
H1.HeaderClassName
{
color: #501303;
}
.AnyTagClassName
{
color: #501303;
}
</style>
background-color css
<style>
a { background-color: #501303; }
a { background-color: rgb(80,19,3); }
div.DivClassName
{
background-color: #501303;
}
.BgClassName
{
background-color: #501303;
}
</style>
border-color css
<style>
span { border-color: #501303; }
span { border-color: rgb(80,19,3); }
td.TdClassName
{
border-color: #501303;
}
.TagClassName
{
border-color: #501303;
}
</style>