Shades of Brown Pod #501F0C
Tints of Brown Pod #501F0C
RGB
CMYK
RGB Variations
Color information
#501F0C (or 0x501F0C) is known color: Brown Pod. HEX triplet: 50, 1F and 0C. RGB value is (80,31,12). Sum of RGB (Red+Green+Blue) = 80+31+12=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F0C is #AFE0F3. Grayscale: #2B2B2B. Windows color (decimal): -11526388 or 794448. OLE color: 794448.
HSL color Cylindrical-coordinate representation of color #501F0C: hue angle of 16.76º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501F0C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 12 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.69 |
| HSL | 16.76º | 0.74% | 0.18% | - |
| HSV(B) | 16.76º | 0.85% | 0.31% | - |
| XYZ | 3.86 | 2.71 | 0.67 | - |
| YUV | 43.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 12 | 0 | 0.61 | 0.85 | 0.69 | 16.76 | 0.74 | 0.18 |
| Hex | 50 | 1F | C | 0 | 3D | 55 | 45 | 11 | 4A | 12 |
| Octal | 120 | 37 | 14 | 0 | 75 | 125 | 105 | 21 | 112 | 22 |
| Binary | 1010000 | 11111 | 1100 | 0 | 111101 | 1010101 | 1000101 | 10001 | 1001010 | 10010 |
Color Harmonies of #501F0C
Complementary color
Monochromatic Colors of #501F0C
Black with #501F0C
Text Example
Text Example
White with #501F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F0C; }
p { color: rgb(80,31,12); }
H1.HeaderClassName
{
color: #501F0C;
}
.AnyTagClassName
{
color: #501F0C;
}
</style>
background-color css
<style>
a { background-color: #501F0C; }
a { background-color: rgb(80,31,12); }
div.DivClassName
{
background-color: #501F0C;
}
.BgClassName
{
background-color: #501F0C;
}
</style>
border-color css
<style>
span { border-color: #501F0C; }
span { border-color: rgb(80,31,12); }
td.TdClassName
{
border-color: #501F0C;
}
.TagClassName
{
border-color: #501F0C;
}
</style>