Shades of Brown Pod #491804
Tints of Brown Pod #491804
RGB
CMYK
RGB Variations
Color information
#491804 (or 0x491804) is known color: Brown Pod. HEX triplet: 49, 18 and 04. RGB value is (73,24,4). Sum of RGB (Red+Green+Blue) = 73+24+4=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #491804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491804 is #B6E7FB. Grayscale: #242424. Windows color (decimal): -11986940 or 268361. OLE color: 268361.
HSL color Cylindrical-coordinate representation of color #491804: hue angle of 17.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #491804 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 4 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.71 |
| HSL | 17.39º | 0.9% | 0.15% | - |
| HSV(B) | 17.39º | 0.95% | 0.29% | - |
| XYZ | 3.1 | 2.08 | 0.35 | - |
| YUV | 36.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 4 | 0 | 0.67 | 0.95 | 0.71 | 17.39 | 0.9 | 0.15 |
| Hex | 49 | 18 | 4 | 0 | 43 | 5F | 47 | 11 | 5A | F |
| Octal | 111 | 30 | 4 | 0 | 103 | 137 | 107 | 21 | 132 | 17 |
| Binary | 1001001 | 11000 | 100 | 0 | 1000011 | 1011111 | 1000111 | 10001 | 1011010 | 1111 |
Color Harmonies of #491804
Complementary color
Monochromatic Colors of #491804
Black with #491804
Text Example
Text Example
White with #491804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491804; }
p { color: rgb(73,24,4); }
H1.HeaderClassName
{
color: #491804;
}
.AnyTagClassName
{
color: #491804;
}
</style>
background-color css
<style>
a { background-color: #491804; }
a { background-color: rgb(73,24,4); }
div.DivClassName
{
background-color: #491804;
}
.BgClassName
{
background-color: #491804;
}
</style>
border-color css
<style>
span { border-color: #491804; }
span { border-color: rgb(73,24,4); }
td.TdClassName
{
border-color: #491804;
}
.TagClassName
{
border-color: #491804;
}
</style>