Shades of Brown Pod #491F00
Tints of Brown Pod #491F00
RGB
CMYK
RGB Variations
Color information
#491F00 (or 0x491F00) is known color: Brown Pod. HEX triplet: 49, 1F and 00. RGB value is (73,31,0). Sum of RGB (Red+Green+Blue) = 73+31+0=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #491F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F00 is #B6E0FF. Grayscale: #282828. Windows color (decimal): -11985152 or 8009. OLE color: 8009.
HSL color Cylindrical-coordinate representation of color #491F00: hue angle of 25.48º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #491F00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.71 |
| HSL | 25.48º | 1% | 0.14% | - |
| HSV(B) | 25.48º | 1% | 0.29% | - |
| XYZ | 3.24 | 2.4 | 0.29 | - |
| YUV | 40.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 0 | 0 | 0.58 | 1 | 0.71 | 25.48 | 1 | 0.14 |
| Hex | 49 | 1F | 0 | 0 | 3A | 64 | 47 | 19 | 64 | E |
| Octal | 111 | 37 | 0 | 0 | 72 | 144 | 107 | 31 | 144 | 16 |
| Binary | 1001001 | 11111 | 0 | 0 | 111010 | 1100100 | 1000111 | 11001 | 1100100 | 1110 |
Color Harmonies of #491F00
Complementary color
Monochromatic Colors of #491F00
Black with #491F00
Text Example
Text Example
White with #491F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F00; }
p { color: rgb(73,31,0); }
H1.HeaderClassName
{
color: #491F00;
}
.AnyTagClassName
{
color: #491F00;
}
</style>
background-color css
<style>
a { background-color: #491F00; }
a { background-color: rgb(73,31,0); }
div.DivClassName
{
background-color: #491F00;
}
.BgClassName
{
background-color: #491F00;
}
</style>
border-color css
<style>
span { border-color: #491F00; }
span { border-color: rgb(73,31,0); }
td.TdClassName
{
border-color: #491F00;
}
.TagClassName
{
border-color: #491F00;
}
</style>