Shades of Brown Pod #501D06
Tints of Brown Pod #501D06
RGB
CMYK
RGB Variations
Color information
#501D06 (or 0x501D06) is known color: Brown Pod. HEX triplet: 50, 1D and 06. RGB value is (80,29,6). Sum of RGB (Red+Green+Blue) = 80+29+6=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D06 is #AFE2F9. Grayscale: #292929. Windows color (decimal): -11526906 or 400720. OLE color: 400720.
HSL color Cylindrical-coordinate representation of color #501D06: hue angle of 18.65º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501D06 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 6 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.69 |
| HSL | 18.65º | 0.86% | 0.17% | - |
| HSV(B) | 18.65º | 0.93% | 0.31% | - |
| XYZ | 3.78 | 2.6 | 0.47 | - |
| YUV | 41.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 6 | 0 | 0.64 | 0.92 | 0.69 | 18.65 | 0.86 | 0.17 |
| Hex | 50 | 1D | 6 | 0 | 40 | 5C | 45 | 13 | 56 | 11 |
| Octal | 120 | 35 | 6 | 0 | 100 | 134 | 105 | 23 | 126 | 21 |
| Binary | 1010000 | 11101 | 110 | 0 | 1000000 | 1011100 | 1000101 | 10011 | 1010110 | 10001 |
Color Harmonies of #501D06
Complementary color
Monochromatic Colors of #501D06
Black with #501D06
Text Example
Text Example
White with #501D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D06; }
p { color: rgb(80,29,6); }
H1.HeaderClassName
{
color: #501D06;
}
.AnyTagClassName
{
color: #501D06;
}
</style>
background-color css
<style>
a { background-color: #501D06; }
a { background-color: rgb(80,29,6); }
div.DivClassName
{
background-color: #501D06;
}
.BgClassName
{
background-color: #501D06;
}
</style>
border-color css
<style>
span { border-color: #501D06; }
span { border-color: rgb(80,29,6); }
td.TdClassName
{
border-color: #501D06;
}
.TagClassName
{
border-color: #501D06;
}
</style>