Shades of Camouflage #494825
Tints of Camouflage #494825
RGB
CMYK
RGB Variations
Color information
#494825 (or 0x494825) is known color: Camouflage. HEX triplet: 49, 48 and 25. RGB value is (73,72,37). Sum of RGB (Red+Green+Blue) = 73+72+37=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #494825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494825 is #B6B7DA. Grayscale: #444444. Windows color (decimal): -11974619 or 2443337. OLE color: 2443337.
HSL color Cylindrical-coordinate representation of color #494825: hue angle of 58.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494825 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 37 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.71 |
| HSL | 58.33º | 0.33% | 0.22% | - |
| HSV(B) | 58.33º | 0.49% | 0.29% | - |
| XYZ | 5.4 | 6.18 | 2.66 | - |
| YUV | 68.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 37 | 0 | 0.01 | 0.49 | 0.71 | 58.33 | 0.33 | 0.22 |
| Hex | 49 | 48 | 25 | 0 | 1 | 31 | 47 | 3A | 21 | 16 |
| Octal | 111 | 110 | 45 | 0 | 1 | 61 | 107 | 72 | 41 | 26 |
| Binary | 1001001 | 1001000 | 100101 | 0 | 1 | 110001 | 1000111 | 111010 | 100001 | 10110 |
Color Harmonies of #494825
Complementary color
Monochromatic Colors of #494825
Black with #494825
Text Example
Text Example
White with #494825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494825; }
p { color: rgb(73,72,37); }
H1.HeaderClassName
{
color: #494825;
}
.AnyTagClassName
{
color: #494825;
}
</style>
background-color css
<style>
a { background-color: #494825; }
a { background-color: rgb(73,72,37); }
div.DivClassName
{
background-color: #494825;
}
.BgClassName
{
background-color: #494825;
}
</style>
border-color css
<style>
span { border-color: #494825; }
span { border-color: rgb(73,72,37); }
td.TdClassName
{
border-color: #494825;
}
.TagClassName
{
border-color: #494825;
}
</style>