Shades of Brown Pod #49180E
Tints of Brown Pod #49180E
RGB
CMYK
RGB Variations
Color information
#49180E (or 0x49180E) is known color: Brown Pod. HEX triplet: 49, 18 and 0E. RGB value is (73,24,14). Sum of RGB (Red+Green+Blue) = 73+24+14=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #49180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49180E is #B6E7F1. Grayscale: #252525. Windows color (decimal): -11986930 or 923721. OLE color: 923721.
HSL color Cylindrical-coordinate representation of color #49180E: hue angle of 10.17º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49180E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 14 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.71 |
| HSL | 10.17º | 0.68% | 0.17% | - |
| HSV(B) | 10.17º | 0.81% | 0.29% | - |
| XYZ | 3.15 | 2.1 | 0.65 | - |
| YUV | 37.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 14 | 0 | 0.67 | 0.81 | 0.71 | 10.17 | 0.68 | 0.17 |
| Hex | 49 | 18 | E | 0 | 43 | 51 | 47 | A | 44 | 11 |
| Octal | 111 | 30 | 16 | 0 | 103 | 121 | 107 | 12 | 104 | 21 |
| Binary | 1001001 | 11000 | 1110 | 0 | 1000011 | 1010001 | 1000111 | 1010 | 1000100 | 10001 |
Color Harmonies of #49180E
Complementary color
Monochromatic Colors of #49180E
Black with #49180E
Text Example
Text Example
White with #49180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49180E; }
p { color: rgb(73,24,14); }
H1.HeaderClassName
{
color: #49180E;
}
.AnyTagClassName
{
color: #49180E;
}
</style>
background-color css
<style>
a { background-color: #49180E; }
a { background-color: rgb(73,24,14); }
div.DivClassName
{
background-color: #49180E;
}
.BgClassName
{
background-color: #49180E;
}
</style>
border-color css
<style>
span { border-color: #49180E; }
span { border-color: rgb(73,24,14); }
td.TdClassName
{
border-color: #49180E;
}
.TagClassName
{
border-color: #49180E;
}
</style>