Shades of Camouflage #494831
Tints of Camouflage #494831
RGB
CMYK
RGB Variations
Color information
#494831 (or 0x494831) is known color: Camouflage. HEX triplet: 49, 48 and 31. RGB value is (73,72,49). Sum of RGB (Red+Green+Blue) = 73+72+49=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #494831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494831 is #B6B7CE. Grayscale: #454545. Windows color (decimal): -11974607 or 3229769. OLE color: 3229769.
HSL color Cylindrical-coordinate representation of color #494831: hue angle of 57.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494831 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 49 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.71 |
| HSL | 57.5º | 0.2% | 0.24% | - |
| HSV(B) | 57.5º | 0.33% | 0.29% | - |
| XYZ | 5.62 | 6.27 | 3.82 | - |
| YUV | 69.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 49 | 0 | 0.01 | 0.33 | 0.71 | 57.5 | 0.2 | 0.24 |
| Hex | 49 | 48 | 31 | 0 | 1 | 21 | 47 | 3A | 14 | 18 |
| Octal | 111 | 110 | 61 | 0 | 1 | 41 | 107 | 72 | 24 | 30 |
| Binary | 1001001 | 1001000 | 110001 | 0 | 1 | 100001 | 1000111 | 111010 | 10100 | 11000 |
Color Harmonies of #494831
Complementary color
Monochromatic Colors of #494831
Black with #494831
Text Example
Text Example
White with #494831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494831; }
p { color: rgb(73,72,49); }
H1.HeaderClassName
{
color: #494831;
}
.AnyTagClassName
{
color: #494831;
}
</style>
background-color css
<style>
a { background-color: #494831; }
a { background-color: rgb(73,72,49); }
div.DivClassName
{
background-color: #494831;
}
.BgClassName
{
background-color: #494831;
}
</style>
border-color css
<style>
span { border-color: #494831; }
span { border-color: rgb(73,72,49); }
td.TdClassName
{
border-color: #494831;
}
.TagClassName
{
border-color: #494831;
}
</style>