Shades of Brown Pod #501704
Tints of Brown Pod #501704
RGB
CMYK
RGB Variations
Color information
#501704 (or 0x501704) is known color: Brown Pod. HEX triplet: 50, 17 and 04. RGB value is (80,23,4). Sum of RGB (Red+Green+Blue) = 80+23+4=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #501704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501704 is #AFE8FB. Grayscale: #262626. Windows color (decimal): -11528444 or 268112. OLE color: 268112.
HSL color Cylindrical-coordinate representation of color #501704: hue angle of 15º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #501704 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 4 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.69 |
| HSL | 15º | 0.9% | 0.16% | - |
| HSV(B) | 15º | 0.95% | 0.31% | - |
| XYZ | 3.64 | 2.33 | 0.37 | - |
| YUV | 37.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 4 | 0 | 0.71 | 0.95 | 0.69 | 15 | 0.9 | 0.16 |
| Hex | 50 | 17 | 4 | 0 | 47 | 5F | 45 | F | 5A | 10 |
| Octal | 120 | 27 | 4 | 0 | 107 | 137 | 105 | 17 | 132 | 20 |
| Binary | 1010000 | 10111 | 100 | 0 | 1000111 | 1011111 | 1000101 | 1111 | 1011010 | 10000 |
Color Harmonies of #501704
Complementary color
Monochromatic Colors of #501704
Black with #501704
Text Example
Text Example
White with #501704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501704; }
p { color: rgb(80,23,4); }
H1.HeaderClassName
{
color: #501704;
}
.AnyTagClassName
{
color: #501704;
}
</style>
background-color css
<style>
a { background-color: #501704; }
a { background-color: rgb(80,23,4); }
div.DivClassName
{
background-color: #501704;
}
.BgClassName
{
background-color: #501704;
}
</style>
border-color css
<style>
span { border-color: #501704; }
span { border-color: rgb(80,23,4); }
td.TdClassName
{
border-color: #501704;
}
.TagClassName
{
border-color: #501704;
}
</style>