Shades of Brown Pod #491C10
Tints of Brown Pod #491C10
RGB
CMYK
RGB Variations
Color information
#491C10 (or 0x491C10) is known color: Brown Pod. HEX triplet: 49, 1C and 10. RGB value is (73,28,16). Sum of RGB (Red+Green+Blue) = 73+28+16=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #491C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C10 is #B6E3EF. Grayscale: #282828. Windows color (decimal): -11985904 or 1055817. OLE color: 1055817.
HSL color Cylindrical-coordinate representation of color #491C10: hue angle of 12.63º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491C10 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 16 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.71 |
| HSL | 12.63º | 0.64% | 0.17% | - |
| HSV(B) | 12.63º | 0.78% | 0.29% | - |
| XYZ | 3.26 | 2.28 | 0.76 | - |
| YUV | 40.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 16 | 0 | 0.62 | 0.78 | 0.71 | 12.63 | 0.64 | 0.17 |
| Hex | 49 | 1C | 10 | 0 | 3E | 4E | 47 | D | 40 | 11 |
| Octal | 111 | 34 | 20 | 0 | 76 | 116 | 107 | 15 | 100 | 21 |
| Binary | 1001001 | 11100 | 10000 | 0 | 111110 | 1001110 | 1000111 | 1101 | 1000000 | 10001 |
Color Harmonies of #491C10
Complementary color
Monochromatic Colors of #491C10
Black with #491C10
Text Example
Text Example
White with #491C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C10; }
p { color: rgb(73,28,16); }
H1.HeaderClassName
{
color: #491C10;
}
.AnyTagClassName
{
color: #491C10;
}
</style>
background-color css
<style>
a { background-color: #491C10; }
a { background-color: rgb(73,28,16); }
div.DivClassName
{
background-color: #491C10;
}
.BgClassName
{
background-color: #491C10;
}
</style>
border-color css
<style>
span { border-color: #491C10; }
span { border-color: rgb(73,28,16); }
td.TdClassName
{
border-color: #491C10;
}
.TagClassName
{
border-color: #491C10;
}
</style>