Shades of Camouflage #49472B
Tints of Camouflage #49472B
RGB
CMYK
RGB Variations
Color information
#49472B (or 0x49472B) is known color: Camouflage. HEX triplet: 49, 47 and 2B. RGB value is (73,71,43). Sum of RGB (Red+Green+Blue) = 73+71+43=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49472B is #B6B8D4. Grayscale: #444444. Windows color (decimal): -11974869 or 2836297. OLE color: 2836297.
HSL color Cylindrical-coordinate representation of color #49472B: hue angle of 56º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49472B is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 43 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.71 |
| HSL | 56º | 0.26% | 0.23% | - |
| HSV(B) | 56º | 0.41% | 0.29% | - |
| XYZ | 5.44 | 6.1 | 3.18 | - |
| YUV | 68.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 43 | 0 | 0.03 | 0.41 | 0.71 | 56 | 0.26 | 0.23 |
| Hex | 49 | 47 | 2B | 0 | 3 | 29 | 47 | 38 | 1A | 17 |
| Octal | 111 | 107 | 53 | 0 | 3 | 51 | 107 | 70 | 32 | 27 |
| Binary | 1001001 | 1000111 | 101011 | 0 | 11 | 101001 | 1000111 | 111000 | 11010 | 10111 |
Color Harmonies of #49472B
Complementary color
Monochromatic Colors of #49472B
Black with #49472B
Text Example
Text Example
White with #49472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49472B; }
p { color: rgb(73,71,43); }
H1.HeaderClassName
{
color: #49472B;
}
.AnyTagClassName
{
color: #49472B;
}
</style>
background-color css
<style>
a { background-color: #49472B; }
a { background-color: rgb(73,71,43); }
div.DivClassName
{
background-color: #49472B;
}
.BgClassName
{
background-color: #49472B;
}
</style>
border-color css
<style>
span { border-color: #49472B; }
span { border-color: rgb(73,71,43); }
td.TdClassName
{
border-color: #49472B;
}
.TagClassName
{
border-color: #49472B;
}
</style>