Shades of Brown Pod #491200
Tints of Brown Pod #491200
RGB
CMYK
RGB Variations
Color information
#491200 (or 0x491200) is known color: Brown Pod. HEX triplet: 49, 12 and 00. RGB value is (73,18,0). Sum of RGB (Red+Green+Blue) = 73+18+0=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #491200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491200 is #B6EDFF. Grayscale: #202020. Windows color (decimal): -11988480 or 4681. OLE color: 4681.
HSL color Cylindrical-coordinate representation of color #491200: hue angle of 14.79º 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 #491200 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.71 |
| HSL | 14.79º | 1% | 0.14% | - |
| HSV(B) | 14.79º | 1% | 0.29% | - |
| XYZ | 2.96 | 1.85 | 0.2 | - |
| YUV | 32.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 0 | 0 | 0.75 | 1 | 0.71 | 14.79 | 1 | 0.14 |
| Hex | 49 | 12 | 0 | 0 | 4B | 64 | 47 | F | 64 | E |
| Octal | 111 | 22 | 0 | 0 | 113 | 144 | 107 | 17 | 144 | 16 |
| Binary | 1001001 | 10010 | 0 | 0 | 1001011 | 1100100 | 1000111 | 1111 | 1100100 | 1110 |
Color Harmonies of #491200
Complementary color
Monochromatic Colors of #491200
Black with #491200
Text Example
Text Example
White with #491200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491200; }
p { color: rgb(73,18,0); }
H1.HeaderClassName
{
color: #491200;
}
.AnyTagClassName
{
color: #491200;
}
</style>
background-color css
<style>
a { background-color: #491200; }
a { background-color: rgb(73,18,0); }
div.DivClassName
{
background-color: #491200;
}
.BgClassName
{
background-color: #491200;
}
</style>
border-color css
<style>
span { border-color: #491200; }
span { border-color: rgb(73,18,0); }
td.TdClassName
{
border-color: #491200;
}
.TagClassName
{
border-color: #491200;
}
</style>