Shades of Brown Pod #491501
Tints of Brown Pod #491501
RGB
CMYK
RGB Variations
Color information
#491501 (or 0x491501) is known color: Brown Pod. HEX triplet: 49, 15 and 01. RGB value is (73,21,1). Sum of RGB (Red+Green+Blue) = 73+21+1=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #491501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491501 is #B6EAFE. Grayscale: #222222. Windows color (decimal): -11987711 or 70985. OLE color: 70985.
HSL color Cylindrical-coordinate representation of color #491501: hue angle of 16.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #491501 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.71 |
| HSL | 16.67º | 0.97% | 0.15% | - |
| HSV(B) | 16.67º | 0.99% | 0.29% | - |
| XYZ | 3.02 | 1.95 | 0.25 | - |
| YUV | 34.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 1 | 0 | 0.71 | 0.99 | 0.71 | 16.67 | 0.97 | 0.15 |
| Hex | 49 | 15 | 1 | 0 | 47 | 63 | 47 | 11 | 61 | F |
| Octal | 111 | 25 | 1 | 0 | 107 | 143 | 107 | 21 | 141 | 17 |
| Binary | 1001001 | 10101 | 1 | 0 | 1000111 | 1100011 | 1000111 | 10001 | 1100001 | 1111 |
Color Harmonies of #491501
Complementary color
Monochromatic Colors of #491501
Black with #491501
Text Example
Text Example
White with #491501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491501; }
p { color: rgb(73,21,1); }
H1.HeaderClassName
{
color: #491501;
}
.AnyTagClassName
{
color: #491501;
}
</style>
background-color css
<style>
a { background-color: #491501; }
a { background-color: rgb(73,21,1); }
div.DivClassName
{
background-color: #491501;
}
.BgClassName
{
background-color: #491501;
}
</style>
border-color css
<style>
span { border-color: #491501; }
span { border-color: rgb(73,21,1); }
td.TdClassName
{
border-color: #491501;
}
.TagClassName
{
border-color: #491501;
}
</style>