Shades of Brown Pod #501802
Tints of Brown Pod #501802
RGB
CMYK
RGB Variations
Color information
#501802 (or 0x501802) is known color: Brown Pod. HEX triplet: 50, 18 and 02. RGB value is (80,24,2). Sum of RGB (Red+Green+Blue) = 80+24+2=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501802 is #AFE7FD. Grayscale: #262626. Windows color (decimal): -11528190 or 137296. OLE color: 137296.
HSL color Cylindrical-coordinate representation of color #501802: hue angle of 16.92º 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 #501802 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.69 |
| HSL | 16.92º | 0.95% | 0.16% | - |
| HSV(B) | 16.92º | 0.98% | 0.31% | - |
| XYZ | 3.65 | 2.36 | 0.32 | - |
| YUV | 38.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 2 | 0 | 0.70 | 0.98 | 0.69 | 16.92 | 0.95 | 0.16 |
| Hex | 50 | 18 | 2 | 0 | 46 | 62 | 45 | 11 | 5F | 10 |
| Octal | 120 | 30 | 2 | 0 | 106 | 142 | 105 | 21 | 137 | 20 |
| Binary | 1010000 | 11000 | 10 | 0 | 1000110 | 1100010 | 1000101 | 10001 | 1011111 | 10000 |
Color Harmonies of #501802
Complementary color
Monochromatic Colors of #501802
Black with #501802
Text Example
Text Example
White with #501802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501802; }
p { color: rgb(80,24,2); }
H1.HeaderClassName
{
color: #501802;
}
.AnyTagClassName
{
color: #501802;
}
</style>
background-color css
<style>
a { background-color: #501802; }
a { background-color: rgb(80,24,2); }
div.DivClassName
{
background-color: #501802;
}
.BgClassName
{
background-color: #501802;
}
</style>
border-color css
<style>
span { border-color: #501802; }
span { border-color: rgb(80,24,2); }
td.TdClassName
{
border-color: #501802;
}
.TagClassName
{
border-color: #501802;
}
</style>