Shades of Camouflage #494821
Tints of Camouflage #494821
RGB
CMYK
RGB Variations
Color information
#494821 (or 0x494821) is known color: Camouflage. HEX triplet: 49, 48 and 21. RGB value is (73,72,33). Sum of RGB (Red+Green+Blue) = 73+72+33=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #494821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494821 is #B6B7DE. Grayscale: #444444. Windows color (decimal): -11974623 or 2181193. OLE color: 2181193.
HSL color Cylindrical-coordinate representation of color #494821: hue angle of 58.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494821 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 33 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.71 |
| HSL | 58.5º | 0.38% | 0.21% | - |
| HSV(B) | 58.5º | 0.55% | 0.29% | - |
| XYZ | 5.34 | 6.16 | 2.35 | - |
| YUV | 67.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 33 | 0 | 0.01 | 0.55 | 0.71 | 58.5 | 0.38 | 0.21 |
| Hex | 49 | 48 | 21 | 0 | 1 | 37 | 47 | 3A | 26 | 15 |
| Octal | 111 | 110 | 41 | 0 | 1 | 67 | 107 | 72 | 46 | 25 |
| Binary | 1001001 | 1001000 | 100001 | 0 | 1 | 110111 | 1000111 | 111010 | 100110 | 10101 |
Color Harmonies of #494821
Complementary color
Monochromatic Colors of #494821
Black with #494821
Text Example
Text Example
White with #494821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494821; }
p { color: rgb(73,72,33); }
H1.HeaderClassName
{
color: #494821;
}
.AnyTagClassName
{
color: #494821;
}
</style>
background-color css
<style>
a { background-color: #494821; }
a { background-color: rgb(73,72,33); }
div.DivClassName
{
background-color: #494821;
}
.BgClassName
{
background-color: #494821;
}
</style>
border-color css
<style>
span { border-color: #494821; }
span { border-color: rgb(73,72,33); }
td.TdClassName
{
border-color: #494821;
}
.TagClassName
{
border-color: #494821;
}
</style>