Shades of Brown Pod #501602
Tints of Brown Pod #501602
RGB
CMYK
RGB Variations
Color information
#501602 (or 0x501602) is known color: Brown Pod. HEX triplet: 50, 16 and 02. RGB value is (80,22,2). Sum of RGB (Red+Green+Blue) = 80+22+2=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501602 is #AFE9FD. Grayscale: #252525. Windows color (decimal): -11528702 or 136784. OLE color: 136784.
HSL color Cylindrical-coordinate representation of color #501602: hue angle of 15.38º 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 #501602 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 2 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.69 |
| HSL | 15.38º | 0.95% | 0.16% | - |
| HSV(B) | 15.38º | 0.98% | 0.31% | - |
| XYZ | 3.61 | 2.28 | 0.31 | - |
| YUV | 37.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 2 | 0 | 0.72 | 0.98 | 0.69 | 15.38 | 0.95 | 0.16 |
| Hex | 50 | 16 | 2 | 0 | 48 | 62 | 45 | F | 5F | 10 |
| Octal | 120 | 26 | 2 | 0 | 110 | 142 | 105 | 17 | 137 | 20 |
| Binary | 1010000 | 10110 | 10 | 0 | 1001000 | 1100010 | 1000101 | 1111 | 1011111 | 10000 |
Color Harmonies of #501602
Complementary color
Monochromatic Colors of #501602
Black with #501602
Text Example
Text Example
White with #501602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501602; }
p { color: rgb(80,22,2); }
H1.HeaderClassName
{
color: #501602;
}
.AnyTagClassName
{
color: #501602;
}
</style>
background-color css
<style>
a { background-color: #501602; }
a { background-color: rgb(80,22,2); }
div.DivClassName
{
background-color: #501602;
}
.BgClassName
{
background-color: #501602;
}
</style>
border-color css
<style>
span { border-color: #501602; }
span { border-color: rgb(80,22,2); }
td.TdClassName
{
border-color: #501602;
}
.TagClassName
{
border-color: #501602;
}
</style>