Shades of Brown Pod #491912
Tints of Brown Pod #491912
RGB
CMYK
RGB Variations
Color information
#491912 (or 0x491912) is known color: Brown Pod. HEX triplet: 49, 19 and 12. RGB value is (73,25,18). Sum of RGB (Red+Green+Blue) = 73+25+18=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491912 is #B6E6ED. Grayscale: #262626. Windows color (decimal): -11986670 or 1186121. OLE color: 1186121.
HSL color Cylindrical-coordinate representation of color #491912: hue angle of 7.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491912 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 18 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.71 |
| HSL | 7.64º | 0.6% | 0.18% | - |
| HSV(B) | 7.64º | 0.75% | 0.29% | - |
| XYZ | 3.2 | 2.16 | 0.82 | - |
| YUV | 38.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 18 | 0 | 0.66 | 0.75 | 0.71 | 7.64 | 0.6 | 0.18 |
| Hex | 49 | 19 | 12 | 0 | 42 | 4B | 47 | 8 | 3C | 12 |
| Octal | 111 | 31 | 22 | 0 | 102 | 113 | 107 | 10 | 74 | 22 |
| Binary | 1001001 | 11001 | 10010 | 0 | 1000010 | 1001011 | 1000111 | 1000 | 111100 | 10010 |
Color Harmonies of #491912
Complementary color
Monochromatic Colors of #491912
Black with #491912
Text Example
Text Example
White with #491912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491912; }
p { color: rgb(73,25,18); }
H1.HeaderClassName
{
color: #491912;
}
.AnyTagClassName
{
color: #491912;
}
</style>
background-color css
<style>
a { background-color: #491912; }
a { background-color: rgb(73,25,18); }
div.DivClassName
{
background-color: #491912;
}
.BgClassName
{
background-color: #491912;
}
</style>
border-color css
<style>
span { border-color: #491912; }
span { border-color: rgb(73,25,18); }
td.TdClassName
{
border-color: #491912;
}
.TagClassName
{
border-color: #491912;
}
</style>