Shades of Brown Pod #491500
Tints of Brown Pod #491500
RGB
CMYK
RGB Variations
Color information
#491500 (or 0x491500) is known color: Brown Pod. HEX triplet: 49, 15 and 00. RGB value is (73,21,0). Sum of RGB (Red+Green+Blue) = 73+21+0=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491500 is #B6EAFF. Grayscale: #222222. Windows color (decimal): -11987712 or 5449. OLE color: 5449.
HSL color Cylindrical-coordinate representation of color #491500: hue angle of 17.26º 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 #491500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.71 |
| HSL | 17.26º | 1% | 0.14% | - |
| HSV(B) | 17.26º | 1% | 0.29% | - |
| XYZ | 3.02 | 1.95 | 0.22 | - |
| YUV | 34.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 0 | 0 | 0.71 | 1 | 0.71 | 17.26 | 1 | 0.14 |
| Hex | 49 | 15 | 0 | 0 | 47 | 64 | 47 | 11 | 64 | E |
| Octal | 111 | 25 | 0 | 0 | 107 | 144 | 107 | 21 | 144 | 16 |
| Binary | 1001001 | 10101 | 0 | 0 | 1000111 | 1100100 | 1000111 | 10001 | 1100100 | 1110 |
Color Harmonies of #491500
Complementary color
Monochromatic Colors of #491500
Black with #491500
Text Example
Text Example
White with #491500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491500; }
p { color: rgb(73,21,0); }
H1.HeaderClassName
{
color: #491500;
}
.AnyTagClassName
{
color: #491500;
}
</style>
background-color css
<style>
a { background-color: #491500; }
a { background-color: rgb(73,21,0); }
div.DivClassName
{
background-color: #491500;
}
.BgClassName
{
background-color: #491500;
}
</style>
border-color css
<style>
span { border-color: #491500; }
span { border-color: rgb(73,21,0); }
td.TdClassName
{
border-color: #491500;
}
.TagClassName
{
border-color: #491500;
}
</style>