Shades of Brown Pod #49211A
Tints of Brown Pod #49211A
RGB
CMYK
RGB Variations
Color information
#49211A (or 0x49211A) is known color: Brown Pod. HEX triplet: 49, 21 and 1A. RGB value is (73,33,26). Sum of RGB (Red+Green+Blue) = 73+33+26=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49211A is #B6DEE5. Grayscale: #2C2C2C. Windows color (decimal): -11984614 or 1712457. OLE color: 1712457.
HSL color Cylindrical-coordinate representation of color #49211A: hue angle of 8.94º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49211A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 26 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.71 |
| HSL | 8.94º | 0.47% | 0.19% | - |
| HSV(B) | 8.94º | 0.64% | 0.29% | - |
| XYZ | 3.48 | 2.58 | 1.29 | - |
| YUV | 44.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 26 | 0 | 0.55 | 0.64 | 0.71 | 8.94 | 0.47 | 0.19 |
| Hex | 49 | 21 | 1A | 0 | 37 | 40 | 47 | 9 | 2F | 13 |
| Octal | 111 | 41 | 32 | 0 | 67 | 100 | 107 | 11 | 57 | 23 |
| Binary | 1001001 | 100001 | 11010 | 0 | 110111 | 1000000 | 1000111 | 1001 | 101111 | 10011 |
Color Harmonies of #49211A
Complementary color
Monochromatic Colors of #49211A
Black with #49211A
Text Example
Text Example
White with #49211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49211A; }
p { color: rgb(73,33,26); }
H1.HeaderClassName
{
color: #49211A;
}
.AnyTagClassName
{
color: #49211A;
}
</style>
background-color css
<style>
a { background-color: #49211A; }
a { background-color: rgb(73,33,26); }
div.DivClassName
{
background-color: #49211A;
}
.BgClassName
{
background-color: #49211A;
}
</style>
border-color css
<style>
span { border-color: #49211A; }
span { border-color: rgb(73,33,26); }
td.TdClassName
{
border-color: #49211A;
}
.TagClassName
{
border-color: #49211A;
}
</style>