Shades of Brown Pod #491401
Tints of Brown Pod #491401
RGB
CMYK
RGB Variations
Color information
#491401 (or 0x491401) is known color: Brown Pod. HEX triplet: 49, 14 and 01. RGB value is (73,20,1). Sum of RGB (Red+Green+Blue) = 73+20+1=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491401 is #B6EBFE. Grayscale: #212121. Windows color (decimal): -11987967 or 70729. OLE color: 70729.
HSL color Cylindrical-coordinate representation of color #491401: hue angle of 15.83º 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 #491401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.71 |
| HSL | 15.83º | 0.97% | 0.15% | - |
| HSV(B) | 15.83º | 0.99% | 0.29% | - |
| XYZ | 3 | 1.92 | 0.24 | - |
| YUV | 33.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 1 | 0 | 0.73 | 0.99 | 0.71 | 15.83 | 0.97 | 0.15 |
| Hex | 49 | 14 | 1 | 0 | 49 | 63 | 47 | 10 | 61 | F |
| Octal | 111 | 24 | 1 | 0 | 111 | 143 | 107 | 20 | 141 | 17 |
| Binary | 1001001 | 10100 | 1 | 0 | 1001001 | 1100011 | 1000111 | 10000 | 1100001 | 1111 |
Color Harmonies of #491401
Complementary color
Monochromatic Colors of #491401
Black with #491401
Text Example
Text Example
White with #491401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491401; }
p { color: rgb(73,20,1); }
H1.HeaderClassName
{
color: #491401;
}
.AnyTagClassName
{
color: #491401;
}
</style>
background-color css
<style>
a { background-color: #491401; }
a { background-color: rgb(73,20,1); }
div.DivClassName
{
background-color: #491401;
}
.BgClassName
{
background-color: #491401;
}
</style>
border-color css
<style>
span { border-color: #491401; }
span { border-color: rgb(73,20,1); }
td.TdClassName
{
border-color: #491401;
}
.TagClassName
{
border-color: #491401;
}
</style>