Shades of Brown Pod #49180C
Tints of Brown Pod #49180C
RGB
CMYK
RGB Variations
Color information
#49180C (or 0x49180C) is known color: Brown Pod. HEX triplet: 49, 18 and 0C. RGB value is (73,24,12). Sum of RGB (Red+Green+Blue) = 73+24+12=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #49180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49180C is #B6E7F3. Grayscale: #252525. Windows color (decimal): -11986932 or 792649. OLE color: 792649.
HSL color Cylindrical-coordinate representation of color #49180C: hue angle of 11.8º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49180C is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 12 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.71 |
| HSL | 11.8º | 0.72% | 0.17% | - |
| HSV(B) | 11.8º | 0.84% | 0.29% | - |
| XYZ | 3.14 | 2.1 | 0.59 | - |
| YUV | 37.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 12 | 0 | 0.67 | 0.84 | 0.71 | 11.8 | 0.72 | 0.17 |
| Hex | 49 | 18 | C | 0 | 43 | 54 | 47 | C | 48 | 11 |
| Octal | 111 | 30 | 14 | 0 | 103 | 124 | 107 | 14 | 110 | 21 |
| Binary | 1001001 | 11000 | 1100 | 0 | 1000011 | 1010100 | 1000111 | 1100 | 1001000 | 10001 |
Color Harmonies of #49180C
Complementary color
Monochromatic Colors of #49180C
Black with #49180C
Text Example
Text Example
White with #49180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49180C; }
p { color: rgb(73,24,12); }
H1.HeaderClassName
{
color: #49180C;
}
.AnyTagClassName
{
color: #49180C;
}
</style>
background-color css
<style>
a { background-color: #49180C; }
a { background-color: rgb(73,24,12); }
div.DivClassName
{
background-color: #49180C;
}
.BgClassName
{
background-color: #49180C;
}
</style>
border-color css
<style>
span { border-color: #49180C; }
span { border-color: rgb(73,24,12); }
td.TdClassName
{
border-color: #49180C;
}
.TagClassName
{
border-color: #49180C;
}
</style>