Shades of Brown Pod #491914
Tints of Brown Pod #491914
RGB
CMYK
RGB Variations
Color information
#491914 (or 0x491914) is known color: Brown Pod. HEX triplet: 49, 19 and 14. RGB value is (73,25,20). Sum of RGB (Red+Green+Blue) = 73+25+20=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #491914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491914 is #B6E6EB. Grayscale: #262626. Windows color (decimal): -11986668 or 1317193. OLE color: 1317193.
HSL color Cylindrical-coordinate representation of color #491914: hue angle of 5.66º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491914 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 20 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.71 |
| HSL | 5.66º | 0.57% | 0.18% | - |
| HSV(B) | 5.66º | 0.73% | 0.29% | - |
| XYZ | 3.22 | 2.16 | 0.91 | - |
| YUV | 38.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 20 | 0 | 0.66 | 0.73 | 0.71 | 5.66 | 0.57 | 0.18 |
| Hex | 49 | 19 | 14 | 0 | 42 | 49 | 47 | 6 | 39 | 12 |
| Octal | 111 | 31 | 24 | 0 | 102 | 111 | 107 | 6 | 71 | 22 |
| Binary | 1001001 | 11001 | 10100 | 0 | 1000010 | 1001001 | 1000111 | 110 | 111001 | 10010 |
Color Harmonies of #491914
Complementary color
Monochromatic Colors of #491914
Black with #491914
Text Example
Text Example
White with #491914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491914; }
p { color: rgb(73,25,20); }
H1.HeaderClassName
{
color: #491914;
}
.AnyTagClassName
{
color: #491914;
}
</style>
background-color css
<style>
a { background-color: #491914; }
a { background-color: rgb(73,25,20); }
div.DivClassName
{
background-color: #491914;
}
.BgClassName
{
background-color: #491914;
}
</style>
border-color css
<style>
span { border-color: #491914; }
span { border-color: rgb(73,25,20); }
td.TdClassName
{
border-color: #491914;
}
.TagClassName
{
border-color: #491914;
}
</style>