Shades of Brown Pod #501705
Tints of Brown Pod #501705
RGB
CMYK
RGB Variations
Color information
#501705 (or 0x501705) is known color: Brown Pod. HEX triplet: 50, 17 and 05. RGB value is (80,23,5). Sum of RGB (Red+Green+Blue) = 80+23+5=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #501705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501705 is #AFE8FA. Grayscale: #262626. Windows color (decimal): -11528443 or 333648. OLE color: 333648.
HSL color Cylindrical-coordinate representation of color #501705: hue angle of 14.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501705 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 5 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.69 |
| HSL | 14.4º | 0.88% | 0.17% | - |
| HSV(B) | 14.4º | 0.94% | 0.31% | - |
| XYZ | 3.64 | 2.33 | 0.4 | - |
| YUV | 37.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 5 | 0 | 0.71 | 0.94 | 0.69 | 14.4 | 0.88 | 0.17 |
| Hex | 50 | 17 | 5 | 0 | 47 | 5E | 45 | E | 58 | 11 |
| Octal | 120 | 27 | 5 | 0 | 107 | 136 | 105 | 16 | 130 | 21 |
| Binary | 1010000 | 10111 | 101 | 0 | 1000111 | 1011110 | 1000101 | 1110 | 1011000 | 10001 |
Color Harmonies of #501705
Complementary color
Monochromatic Colors of #501705
Black with #501705
Text Example
Text Example
White with #501705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501705; }
p { color: rgb(80,23,5); }
H1.HeaderClassName
{
color: #501705;
}
.AnyTagClassName
{
color: #501705;
}
</style>
background-color css
<style>
a { background-color: #501705; }
a { background-color: rgb(80,23,5); }
div.DivClassName
{
background-color: #501705;
}
.BgClassName
{
background-color: #501705;
}
</style>
border-color css
<style>
span { border-color: #501705; }
span { border-color: rgb(80,23,5); }
td.TdClassName
{
border-color: #501705;
}
.TagClassName
{
border-color: #501705;
}
</style>