Shades of Brown Pod #501502
Tints of Brown Pod #501502
RGB
CMYK
RGB Variations
Color information
#501502 (or 0x501502) is known color: Brown Pod. HEX triplet: 50, 15 and 02. RGB value is (80,21,2). Sum of RGB (Red+Green+Blue) = 80+21+2=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501502 is #AFEAFD. Grayscale: #242424. Windows color (decimal): -11528958 or 136528. OLE color: 136528.
HSL color Cylindrical-coordinate representation of color #501502: hue angle of 14.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #501502 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.69 |
| HSL | 14.62º | 0.95% | 0.16% | - |
| HSV(B) | 14.62º | 0.98% | 0.31% | - |
| XYZ | 3.59 | 2.25 | 0.3 | - |
| YUV | 36.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 2 | 0 | 0.74 | 0.98 | 0.69 | 14.62 | 0.95 | 0.16 |
| Hex | 50 | 15 | 2 | 0 | 4A | 62 | 45 | F | 5F | 10 |
| Octal | 120 | 25 | 2 | 0 | 112 | 142 | 105 | 17 | 137 | 20 |
| Binary | 1010000 | 10101 | 10 | 0 | 1001010 | 1100010 | 1000101 | 1111 | 1011111 | 10000 |
Color Harmonies of #501502
Complementary color
Monochromatic Colors of #501502
Black with #501502
Text Example
Text Example
White with #501502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501502; }
p { color: rgb(80,21,2); }
H1.HeaderClassName
{
color: #501502;
}
.AnyTagClassName
{
color: #501502;
}
</style>
background-color css
<style>
a { background-color: #501502; }
a { background-color: rgb(80,21,2); }
div.DivClassName
{
background-color: #501502;
}
.BgClassName
{
background-color: #501502;
}
</style>
border-color css
<style>
span { border-color: #501502; }
span { border-color: rgb(80,21,2); }
td.TdClassName
{
border-color: #501502;
}
.TagClassName
{
border-color: #501502;
}
</style>