Shades of Brown Pod #491D0A
Tints of Brown Pod #491D0A
RGB
CMYK
RGB Variations
Color information
#491D0A (or 0x491D0A) is known color: Brown Pod. HEX triplet: 49, 1D and 0A. RGB value is (73,29,10). Sum of RGB (Red+Green+Blue) = 73+29+10=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D0A is #B6E2F5. Grayscale: #282828. Windows color (decimal): -11985654 or 662857. OLE color: 662857.
HSL color Cylindrical-coordinate representation of color #491D0A: hue angle of 18.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491D0A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 10 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.71 |
| HSL | 18.1º | 0.76% | 0.16% | - |
| HSV(B) | 18.1º | 0.86% | 0.29% | - |
| XYZ | 3.24 | 2.32 | 0.56 | - |
| YUV | 39.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 10 | 0 | 0.60 | 0.86 | 0.71 | 18.1 | 0.76 | 0.16 |
| Hex | 49 | 1D | A | 0 | 3C | 56 | 47 | 12 | 4C | 10 |
| Octal | 111 | 35 | 12 | 0 | 74 | 126 | 107 | 22 | 114 | 20 |
| Binary | 1001001 | 11101 | 1010 | 0 | 111100 | 1010110 | 1000111 | 10010 | 1001100 | 10000 |
Color Harmonies of #491D0A
Complementary color
Monochromatic Colors of #491D0A
Black with #491D0A
Text Example
Text Example
White with #491D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D0A; }
p { color: rgb(73,29,10); }
H1.HeaderClassName
{
color: #491D0A;
}
.AnyTagClassName
{
color: #491D0A;
}
</style>
background-color css
<style>
a { background-color: #491D0A; }
a { background-color: rgb(73,29,10); }
div.DivClassName
{
background-color: #491D0A;
}
.BgClassName
{
background-color: #491D0A;
}
</style>
border-color css
<style>
span { border-color: #491D0A; }
span { border-color: rgb(73,29,10); }
td.TdClassName
{
border-color: #491D0A;
}
.TagClassName
{
border-color: #491D0A;
}
</style>