Shades of Brown Pod #491D00
Tints of Brown Pod #491D00
RGB
CMYK
RGB Variations
Color information
#491D00 (or 0x491D00) is known color: Brown Pod. HEX triplet: 49, 1D and 00. RGB value is (73,29,0). Sum of RGB (Red+Green+Blue) = 73+29+0=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #491D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D00 is #B6E2FF. Grayscale: #272727. Windows color (decimal): -11985664 or 7497. OLE color: 7497.
HSL color Cylindrical-coordinate representation of color #491D00: hue angle of 23.84º 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 #491D00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.71 |
| HSL | 23.84º | 1% | 0.14% | - |
| HSV(B) | 23.84º | 1% | 0.29% | - |
| XYZ | 3.19 | 2.3 | 0.28 | - |
| YUV | 38.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 0 | 0 | 0.60 | 1 | 0.71 | 23.84 | 1 | 0.14 |
| Hex | 49 | 1D | 0 | 0 | 3C | 64 | 47 | 18 | 64 | E |
| Octal | 111 | 35 | 0 | 0 | 74 | 144 | 107 | 30 | 144 | 16 |
| Binary | 1001001 | 11101 | 0 | 0 | 111100 | 1100100 | 1000111 | 11000 | 1100100 | 1110 |
Color Harmonies of #491D00
Complementary color
Monochromatic Colors of #491D00
Black with #491D00
Text Example
Text Example
White with #491D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D00; }
p { color: rgb(73,29,0); }
H1.HeaderClassName
{
color: #491D00;
}
.AnyTagClassName
{
color: #491D00;
}
</style>
background-color css
<style>
a { background-color: #491D00; }
a { background-color: rgb(73,29,0); }
div.DivClassName
{
background-color: #491D00;
}
.BgClassName
{
background-color: #491D00;
}
</style>
border-color css
<style>
span { border-color: #491D00; }
span { border-color: rgb(73,29,0); }
td.TdClassName
{
border-color: #491D00;
}
.TagClassName
{
border-color: #491D00;
}
</style>