Shades of Brown Pod #491A06
Tints of Brown Pod #491A06
RGB
CMYK
RGB Variations
Color information
#491A06 (or 0x491A06) is known color: Brown Pod. HEX triplet: 49, 1A and 06. RGB value is (73,26,6). Sum of RGB (Red+Green+Blue) = 73+26+6=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A06 is #B6E5F9. Grayscale: #252525. Windows color (decimal): -11986426 or 399945. OLE color: 399945.
HSL color Cylindrical-coordinate representation of color #491A06: hue angle of 17.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #491A06 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 6 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.71 |
| HSL | 17.91º | 0.85% | 0.15% | - |
| HSV(B) | 17.91º | 0.92% | 0.29% | - |
| XYZ | 3.15 | 2.17 | 0.42 | - |
| YUV | 37.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 6 | 0 | 0.64 | 0.92 | 0.71 | 17.91 | 0.85 | 0.15 |
| Hex | 49 | 1A | 6 | 0 | 40 | 5C | 47 | 12 | 55 | F |
| Octal | 111 | 32 | 6 | 0 | 100 | 134 | 107 | 22 | 125 | 17 |
| Binary | 1001001 | 11010 | 110 | 0 | 1000000 | 1011100 | 1000111 | 10010 | 1010101 | 1111 |
Color Harmonies of #491A06
Complementary color
Monochromatic Colors of #491A06
Black with #491A06
Text Example
Text Example
White with #491A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A06; }
p { color: rgb(73,26,6); }
H1.HeaderClassName
{
color: #491A06;
}
.AnyTagClassName
{
color: #491A06;
}
</style>
background-color css
<style>
a { background-color: #491A06; }
a { background-color: rgb(73,26,6); }
div.DivClassName
{
background-color: #491A06;
}
.BgClassName
{
background-color: #491A06;
}
</style>
border-color css
<style>
span { border-color: #491A06; }
span { border-color: rgb(73,26,6); }
td.TdClassName
{
border-color: #491A06;
}
.TagClassName
{
border-color: #491A06;
}
</style>