Shades of Brown Pod #491502
Tints of Brown Pod #491502
RGB
CMYK
RGB Variations
Color information
#491502 (or 0x491502) is known color: Brown Pod. HEX triplet: 49, 15 and 02. RGB value is (73,21,2). Sum of RGB (Red+Green+Blue) = 73+21+2=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #491502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491502 is #B6EAFD. Grayscale: #222222. Windows color (decimal): -11987710 or 136521. OLE color: 136521.
HSL color Cylindrical-coordinate representation of color #491502: hue angle of 16.06º 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 #491502 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 2 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.71 |
| HSL | 16.06º | 0.95% | 0.15% | - |
| HSV(B) | 16.06º | 0.97% | 0.29% | - |
| XYZ | 3.03 | 1.96 | 0.28 | - |
| YUV | 34.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 2 | 0 | 0.71 | 0.97 | 0.71 | 16.06 | 0.95 | 0.15 |
| Hex | 49 | 15 | 2 | 0 | 47 | 61 | 47 | 10 | 5F | F |
| Octal | 111 | 25 | 2 | 0 | 107 | 141 | 107 | 20 | 137 | 17 |
| Binary | 1001001 | 10101 | 10 | 0 | 1000111 | 1100001 | 1000111 | 10000 | 1011111 | 1111 |
Color Harmonies of #491502
Complementary color
Monochromatic Colors of #491502
Black with #491502
Text Example
Text Example
White with #491502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491502; }
p { color: rgb(73,21,2); }
H1.HeaderClassName
{
color: #491502;
}
.AnyTagClassName
{
color: #491502;
}
</style>
background-color css
<style>
a { background-color: #491502; }
a { background-color: rgb(73,21,2); }
div.DivClassName
{
background-color: #491502;
}
.BgClassName
{
background-color: #491502;
}
</style>
border-color css
<style>
span { border-color: #491502; }
span { border-color: rgb(73,21,2); }
td.TdClassName
{
border-color: #491502;
}
.TagClassName
{
border-color: #491502;
}
</style>