Shades of Brown Pod #501F08
Tints of Brown Pod #501F08
RGB
CMYK
RGB Variations
Color information
#501F08 (or 0x501F08) is known color: Brown Pod. HEX triplet: 50, 1F and 08. RGB value is (80,31,8). Sum of RGB (Red+Green+Blue) = 80+31+8=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F08 is #AFE0F7. Grayscale: #2B2B2B. Windows color (decimal): -11526392 or 532304. OLE color: 532304.
HSL color Cylindrical-coordinate representation of color #501F08: hue angle of 19.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501F08 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 8 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.69 |
| HSL | 19.17º | 0.82% | 0.17% | - |
| HSV(B) | 19.17º | 0.9% | 0.31% | - |
| XYZ | 3.84 | 2.7 | 0.55 | - |
| YUV | 43.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 8 | 0 | 0.61 | 0.90 | 0.69 | 19.17 | 0.82 | 0.17 |
| Hex | 50 | 1F | 8 | 0 | 3D | 5A | 45 | 13 | 52 | 11 |
| Octal | 120 | 37 | 10 | 0 | 75 | 132 | 105 | 23 | 122 | 21 |
| Binary | 1010000 | 11111 | 1000 | 0 | 111101 | 1011010 | 1000101 | 10011 | 1010010 | 10001 |
Color Harmonies of #501F08
Complementary color
Monochromatic Colors of #501F08
Black with #501F08
Text Example
Text Example
White with #501F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F08; }
p { color: rgb(80,31,8); }
H1.HeaderClassName
{
color: #501F08;
}
.AnyTagClassName
{
color: #501F08;
}
</style>
background-color css
<style>
a { background-color: #501F08; }
a { background-color: rgb(80,31,8); }
div.DivClassName
{
background-color: #501F08;
}
.BgClassName
{
background-color: #501F08;
}
</style>
border-color css
<style>
span { border-color: #501F08; }
span { border-color: rgb(80,31,8); }
td.TdClassName
{
border-color: #501F08;
}
.TagClassName
{
border-color: #501F08;
}
</style>