Shades of Brown Pod #491F0A
Tints of Brown Pod #491F0A
RGB
CMYK
RGB Variations
Color information
#491F0A (or 0x491F0A) is known color: Brown Pod. HEX triplet: 49, 1F and 0A. RGB value is (73,31,10). Sum of RGB (Red+Green+Blue) = 73+31+10=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F0A is #B6E0F5. Grayscale: #292929. Windows color (decimal): -11985142 or 663369. OLE color: 663369.
HSL color Cylindrical-coordinate representation of color #491F0A: hue angle of 20º 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 #491F0A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 10 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.71 |
| HSL | 20º | 0.76% | 0.16% | - |
| HSV(B) | 20º | 0.86% | 0.29% | - |
| XYZ | 3.29 | 2.42 | 0.58 | - |
| YUV | 41.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 10 | 0 | 0.58 | 0.86 | 0.71 | 20 | 0.76 | 0.16 |
| Hex | 49 | 1F | A | 0 | 3A | 56 | 47 | 14 | 4C | 10 |
| Octal | 111 | 37 | 12 | 0 | 72 | 126 | 107 | 24 | 114 | 20 |
| Binary | 1001001 | 11111 | 1010 | 0 | 111010 | 1010110 | 1000111 | 10100 | 1001100 | 10000 |
Color Harmonies of #491F0A
Complementary color
Monochromatic Colors of #491F0A
Black with #491F0A
Text Example
Text Example
White with #491F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F0A; }
p { color: rgb(73,31,10); }
H1.HeaderClassName
{
color: #491F0A;
}
.AnyTagClassName
{
color: #491F0A;
}
</style>
background-color css
<style>
a { background-color: #491F0A; }
a { background-color: rgb(73,31,10); }
div.DivClassName
{
background-color: #491F0A;
}
.BgClassName
{
background-color: #491F0A;
}
</style>
border-color css
<style>
span { border-color: #491F0A; }
span { border-color: rgb(73,31,10); }
td.TdClassName
{
border-color: #491F0A;
}
.TagClassName
{
border-color: #491F0A;
}
</style>