Shades of Brown Pod #501907
Tints of Brown Pod #501907
RGB
CMYK
RGB Variations
Color information
#501907 (or 0x501907) is known color: Brown Pod. HEX triplet: 50, 19 and 07. RGB value is (80,25,7). Sum of RGB (Red+Green+Blue) = 80+25+7=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #501907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501907 is #AFE6F8. Grayscale: #272727. Windows color (decimal): -11527929 or 465232. OLE color: 465232.
HSL color Cylindrical-coordinate representation of color #501907: hue angle of 14.79º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #501907 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 7 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.69 |
| HSL | 14.79º | 0.84% | 0.17% | - |
| HSV(B) | 14.79º | 0.91% | 0.31% | - |
| XYZ | 3.69 | 2.42 | 0.47 | - |
| YUV | 39.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 7 | 0 | 0.69 | 0.91 | 0.69 | 14.79 | 0.84 | 0.17 |
| Hex | 50 | 19 | 7 | 0 | 45 | 5B | 45 | F | 54 | 11 |
| Octal | 120 | 31 | 7 | 0 | 105 | 133 | 105 | 17 | 124 | 21 |
| Binary | 1010000 | 11001 | 111 | 0 | 1000101 | 1011011 | 1000101 | 1111 | 1010100 | 10001 |
Color Harmonies of #501907
Complementary color
Monochromatic Colors of #501907
Black with #501907
Text Example
Text Example
White with #501907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501907; }
p { color: rgb(80,25,7); }
H1.HeaderClassName
{
color: #501907;
}
.AnyTagClassName
{
color: #501907;
}
</style>
background-color css
<style>
a { background-color: #501907; }
a { background-color: rgb(80,25,7); }
div.DivClassName
{
background-color: #501907;
}
.BgClassName
{
background-color: #501907;
}
</style>
border-color css
<style>
span { border-color: #501907; }
span { border-color: rgb(80,25,7); }
td.TdClassName
{
border-color: #501907;
}
.TagClassName
{
border-color: #501907;
}
</style>