Shades of Brown Pod #501601
Tints of Brown Pod #501601
RGB
CMYK
RGB Variations
Color information
#501601 (or 0x501601) is known color: Brown Pod. HEX triplet: 50, 16 and 01. RGB value is (80,22,1). Sum of RGB (Red+Green+Blue) = 80+22+1=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501601 is #AFE9FE. Grayscale: #252525. Windows color (decimal): -11528703 or 71248. OLE color: 71248.
HSL color Cylindrical-coordinate representation of color #501601: hue angle of 15.95º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #501601 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.69 |
| HSL | 15.95º | 0.98% | 0.16% | - |
| HSV(B) | 15.95º | 0.99% | 0.31% | - |
| XYZ | 3.6 | 2.28 | 0.28 | - |
| YUV | 36.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 1 | 0 | 0.72 | 0.99 | 0.69 | 15.95 | 0.98 | 0.16 |
| Hex | 50 | 16 | 1 | 0 | 48 | 63 | 45 | 10 | 62 | 10 |
| Octal | 120 | 26 | 1 | 0 | 110 | 143 | 105 | 20 | 142 | 20 |
| Binary | 1010000 | 10110 | 1 | 0 | 1001000 | 1100011 | 1000101 | 10000 | 1100010 | 10000 |
Color Harmonies of #501601
Complementary color
Monochromatic Colors of #501601
Black with #501601
Text Example
Text Example
White with #501601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501601; }
p { color: rgb(80,22,1); }
H1.HeaderClassName
{
color: #501601;
}
.AnyTagClassName
{
color: #501601;
}
</style>
background-color css
<style>
a { background-color: #501601; }
a { background-color: rgb(80,22,1); }
div.DivClassName
{
background-color: #501601;
}
.BgClassName
{
background-color: #501601;
}
</style>
border-color css
<style>
span { border-color: #501601; }
span { border-color: rgb(80,22,1); }
td.TdClassName
{
border-color: #501601;
}
.TagClassName
{
border-color: #501601;
}
</style>