Shades of Camouflage #494835
Tints of Camouflage #494835
RGB
CMYK
RGB Variations
Color information
#494835 (or 0x494835) is known color: Camouflage. HEX triplet: 49, 48 and 35. RGB value is (73,72,53). Sum of RGB (Red+Green+Blue) = 73+72+53=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #494835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494835 is #B6B7CA. Grayscale: #464646. Windows color (decimal): -11974603 or 3491913. OLE color: 3491913.
HSL color Cylindrical-coordinate representation of color #494835: hue angle of 57º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494835 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 53 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.71 |
| HSL | 57º | 0.16% | 0.25% | - |
| HSV(B) | 57º | 0.27% | 0.29% | - |
| XYZ | 5.71 | 6.31 | 4.28 | - |
| YUV | 70.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 53 | 0 | 0.01 | 0.27 | 0.71 | 57 | 0.16 | 0.25 |
| Hex | 49 | 48 | 35 | 0 | 1 | 1B | 47 | 39 | 10 | 19 |
| Octal | 111 | 110 | 65 | 0 | 1 | 33 | 107 | 71 | 20 | 31 |
| Binary | 1001001 | 1001000 | 110101 | 0 | 1 | 11011 | 1000111 | 111001 | 10000 | 11001 |
Color Harmonies of #494835
Complementary color
Monochromatic Colors of #494835
Black with #494835
Text Example
Text Example
White with #494835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494835; }
p { color: rgb(73,72,53); }
H1.HeaderClassName
{
color: #494835;
}
.AnyTagClassName
{
color: #494835;
}
</style>
background-color css
<style>
a { background-color: #494835; }
a { background-color: rgb(73,72,53); }
div.DivClassName
{
background-color: #494835;
}
.BgClassName
{
background-color: #494835;
}
</style>
border-color css
<style>
span { border-color: #494835; }
span { border-color: rgb(73,72,53); }
td.TdClassName
{
border-color: #494835;
}
.TagClassName
{
border-color: #494835;
}
</style>