Shades of Brown Pod #491303
Tints of Brown Pod #491303
RGB
CMYK
RGB Variations
Color information
#491303 (or 0x491303) is known color: Brown Pod. HEX triplet: 49, 13 and 03. RGB value is (73,19,3). Sum of RGB (Red+Green+Blue) = 73+19+3=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #491303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491303 is #B6ECFC. Grayscale: #212121. Windows color (decimal): -11988221 or 201545. OLE color: 201545.
HSL color Cylindrical-coordinate representation of color #491303: hue angle of 13.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #491303 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 3 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.71 |
| HSL | 13.71º | 0.92% | 0.15% | - |
| HSV(B) | 13.71º | 0.96% | 0.29% | - |
| XYZ | 3 | 1.89 | 0.29 | - |
| YUV | 33.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 3 | 0 | 0.74 | 0.96 | 0.71 | 13.71 | 0.92 | 0.15 |
| Hex | 49 | 13 | 3 | 0 | 4A | 60 | 47 | E | 5C | F |
| Octal | 111 | 23 | 3 | 0 | 112 | 140 | 107 | 16 | 134 | 17 |
| Binary | 1001001 | 10011 | 11 | 0 | 1001010 | 1100000 | 1000111 | 1110 | 1011100 | 1111 |
Color Harmonies of #491303
Complementary color
Monochromatic Colors of #491303
Black with #491303
Text Example
Text Example
White with #491303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491303; }
p { color: rgb(73,19,3); }
H1.HeaderClassName
{
color: #491303;
}
.AnyTagClassName
{
color: #491303;
}
</style>
background-color css
<style>
a { background-color: #491303; }
a { background-color: rgb(73,19,3); }
div.DivClassName
{
background-color: #491303;
}
.BgClassName
{
background-color: #491303;
}
</style>
border-color css
<style>
span { border-color: #491303; }
span { border-color: rgb(73,19,3); }
td.TdClassName
{
border-color: #491303;
}
.TagClassName
{
border-color: #491303;
}
</style>