Shades of Brown Pod #491102
Tints of Brown Pod #491102
RGB
CMYK
RGB Variations
Color information
#491102 (or 0x491102) is known color: Brown Pod. HEX triplet: 49, 11 and 02. RGB value is (73,17,2). Sum of RGB (Red+Green+Blue) = 73+17+2=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #491102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491102 is #B6EEFD. Grayscale: #202020. Windows color (decimal): -11988734 or 135497. OLE color: 135497.
HSL color Cylindrical-coordinate representation of color #491102: hue angle of 12.68º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #491102 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 2 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.71 |
| HSL | 12.68º | 0.95% | 0.15% | - |
| HSV(B) | 12.68º | 0.97% | 0.29% | - |
| XYZ | 2.96 | 1.82 | 0.25 | - |
| YUV | 32.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 2 | 0 | 0.77 | 0.97 | 0.71 | 12.68 | 0.95 | 0.15 |
| Hex | 49 | 11 | 2 | 0 | 4D | 61 | 47 | D | 5F | F |
| Octal | 111 | 21 | 2 | 0 | 115 | 141 | 107 | 15 | 137 | 17 |
| Binary | 1001001 | 10001 | 10 | 0 | 1001101 | 1100001 | 1000111 | 1101 | 1011111 | 1111 |
Color Harmonies of #491102
Complementary color
Monochromatic Colors of #491102
Black with #491102
Text Example
Text Example
White with #491102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491102; }
p { color: rgb(73,17,2); }
H1.HeaderClassName
{
color: #491102;
}
.AnyTagClassName
{
color: #491102;
}
</style>
background-color css
<style>
a { background-color: #491102; }
a { background-color: rgb(73,17,2); }
div.DivClassName
{
background-color: #491102;
}
.BgClassName
{
background-color: #491102;
}
</style>
border-color css
<style>
span { border-color: #491102; }
span { border-color: rgb(73,17,2); }
td.TdClassName
{
border-color: #491102;
}
.TagClassName
{
border-color: #491102;
}
</style>