Shades of Brown Pod #491C15
Tints of Brown Pod #491C15
RGB
CMYK
RGB Variations
Color information
#491C15 (or 0x491C15) is known color: Brown Pod. HEX triplet: 49, 1C and 15. RGB value is (73,28,21). Sum of RGB (Red+Green+Blue) = 73+28+21=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C15 is #B6E3EA. Grayscale: #282828. Windows color (decimal): -11985899 or 1383497. OLE color: 1383497.
HSL color Cylindrical-coordinate representation of color #491C15: hue angle of 8.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491C15 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 21 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.71 |
| HSL | 8.08º | 0.55% | 0.18% | - |
| HSV(B) | 8.08º | 0.71% | 0.29% | - |
| XYZ | 3.3 | 2.3 | 0.98 | - |
| YUV | 40.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 21 | 0 | 0.62 | 0.71 | 0.71 | 8.08 | 0.55 | 0.18 |
| Hex | 49 | 1C | 15 | 0 | 3E | 47 | 47 | 8 | 37 | 12 |
| Octal | 111 | 34 | 25 | 0 | 76 | 107 | 107 | 10 | 67 | 22 |
| Binary | 1001001 | 11100 | 10101 | 0 | 111110 | 1000111 | 1000111 | 1000 | 110111 | 10010 |
Color Harmonies of #491C15
Complementary color
Monochromatic Colors of #491C15
Black with #491C15
Text Example
Text Example
White with #491C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C15; }
p { color: rgb(73,28,21); }
H1.HeaderClassName
{
color: #491C15;
}
.AnyTagClassName
{
color: #491C15;
}
</style>
background-color css
<style>
a { background-color: #491C15; }
a { background-color: rgb(73,28,21); }
div.DivClassName
{
background-color: #491C15;
}
.BgClassName
{
background-color: #491C15;
}
</style>
border-color css
<style>
span { border-color: #491C15; }
span { border-color: rgb(73,28,21); }
td.TdClassName
{
border-color: #491C15;
}
.TagClassName
{
border-color: #491C15;
}
</style>