Shades of Brown Pod #49210E
Tints of Brown Pod #49210E
RGB
CMYK
RGB Variations
Color information
#49210E (or 0x49210E) is known color: Brown Pod. HEX triplet: 49, 21 and 0E. RGB value is (73,33,14). Sum of RGB (Red+Green+Blue) = 73+33+14=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49210E is #B6DEF1. Grayscale: #2A2A2A. Windows color (decimal): -11984626 or 926025. OLE color: 926025.
HSL color Cylindrical-coordinate representation of color #49210E: hue angle of 19.32º 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 #49210E is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 14 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.71 |
| HSL | 19.32º | 0.68% | 0.17% | - |
| HSV(B) | 19.32º | 0.81% | 0.29% | - |
| XYZ | 3.37 | 2.54 | 0.73 | - |
| YUV | 42.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 14 | 0 | 0.55 | 0.81 | 0.71 | 19.32 | 0.68 | 0.17 |
| Hex | 49 | 21 | E | 0 | 37 | 51 | 47 | 13 | 44 | 11 |
| Octal | 111 | 41 | 16 | 0 | 67 | 121 | 107 | 23 | 104 | 21 |
| Binary | 1001001 | 100001 | 1110 | 0 | 110111 | 1010001 | 1000111 | 10011 | 1000100 | 10001 |
Color Harmonies of #49210E
Complementary color
Monochromatic Colors of #49210E
Black with #49210E
Text Example
Text Example
White with #49210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49210E; }
p { color: rgb(73,33,14); }
H1.HeaderClassName
{
color: #49210E;
}
.AnyTagClassName
{
color: #49210E;
}
</style>
background-color css
<style>
a { background-color: #49210E; }
a { background-color: rgb(73,33,14); }
div.DivClassName
{
background-color: #49210E;
}
.BgClassName
{
background-color: #49210E;
}
</style>
border-color css
<style>
span { border-color: #49210E; }
span { border-color: rgb(73,33,14); }
td.TdClassName
{
border-color: #49210E;
}
.TagClassName
{
border-color: #49210E;
}
</style>