Shades of Brown Pod #491E18
Tints of Brown Pod #491E18
RGB
CMYK
RGB Variations
Color information
#491E18 (or 0x491E18) is known color: Brown Pod. HEX triplet: 49, 1E and 18. RGB value is (73,30,24). Sum of RGB (Red+Green+Blue) = 73+30+24=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E18 is #B6E1E7. Grayscale: #2A2A2A. Windows color (decimal): -11985384 or 1580617. OLE color: 1580617.
HSL color Cylindrical-coordinate representation of color #491E18: hue angle of 7.35º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491E18 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 24 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.71 |
| HSL | 7.35º | 0.51% | 0.19% | - |
| HSV(B) | 7.35º | 0.67% | 0.29% | - |
| XYZ | 3.38 | 2.41 | 1.15 | - |
| YUV | 42.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 24 | 0 | 0.59 | 0.67 | 0.71 | 7.35 | 0.51 | 0.19 |
| Hex | 49 | 1E | 18 | 0 | 3B | 43 | 47 | 7 | 33 | 13 |
| Octal | 111 | 36 | 30 | 0 | 73 | 103 | 107 | 7 | 63 | 23 |
| Binary | 1001001 | 11110 | 11000 | 0 | 111011 | 1000011 | 1000111 | 111 | 110011 | 10011 |
Color Harmonies of #491E18
Complementary color
Monochromatic Colors of #491E18
Black with #491E18
Text Example
Text Example
White with #491E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E18; }
p { color: rgb(73,30,24); }
H1.HeaderClassName
{
color: #491E18;
}
.AnyTagClassName
{
color: #491E18;
}
</style>
background-color css
<style>
a { background-color: #491E18; }
a { background-color: rgb(73,30,24); }
div.DivClassName
{
background-color: #491E18;
}
.BgClassName
{
background-color: #491E18;
}
</style>
border-color css
<style>
span { border-color: #491E18; }
span { border-color: rgb(73,30,24); }
td.TdClassName
{
border-color: #491E18;
}
.TagClassName
{
border-color: #491E18;
}
</style>