Shades of Brown Pod #491802
Tints of Brown Pod #491802
RGB
CMYK
RGB Variations
Color information
#491802 (or 0x491802) is known color: Brown Pod. HEX triplet: 49, 18 and 02. RGB value is (73,24,2). Sum of RGB (Red+Green+Blue) = 73+24+2=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #491802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491802 is #B6E7FD. Grayscale: #242424. Windows color (decimal): -11986942 or 137289. OLE color: 137289.
HSL color Cylindrical-coordinate representation of color #491802: hue angle of 18.59º 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 #491802 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 2 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.71 |
| HSL | 18.59º | 0.95% | 0.15% | - |
| HSV(B) | 18.59º | 0.97% | 0.29% | - |
| XYZ | 3.09 | 2.07 | 0.3 | - |
| YUV | 36.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 2 | 0 | 0.67 | 0.97 | 0.71 | 18.59 | 0.95 | 0.15 |
| Hex | 49 | 18 | 2 | 0 | 43 | 61 | 47 | 13 | 5F | F |
| Octal | 111 | 30 | 2 | 0 | 103 | 141 | 107 | 23 | 137 | 17 |
| Binary | 1001001 | 11000 | 10 | 0 | 1000011 | 1100001 | 1000111 | 10011 | 1011111 | 1111 |
Color Harmonies of #491802
Complementary color
Monochromatic Colors of #491802
Black with #491802
Text Example
Text Example
White with #491802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491802; }
p { color: rgb(73,24,2); }
H1.HeaderClassName
{
color: #491802;
}
.AnyTagClassName
{
color: #491802;
}
</style>
background-color css
<style>
a { background-color: #491802; }
a { background-color: rgb(73,24,2); }
div.DivClassName
{
background-color: #491802;
}
.BgClassName
{
background-color: #491802;
}
</style>
border-color css
<style>
span { border-color: #491802; }
span { border-color: rgb(73,24,2); }
td.TdClassName
{
border-color: #491802;
}
.TagClassName
{
border-color: #491802;
}
</style>