#494839

Color #494839 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #494839

Tints of Camouflage #494839

Color information

#494839 (or 0x494839) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 39. RGB value is (73,72,57). Sum of RGB (Red+Green+Blue) = 73+72+57=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #494839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494839 is #B6B7C6. Grayscale: #464646. Windows color (decimal): -11974599 or 3754057. OLE color: 3754057.

HSL color Cylindrical-coordinate representation of color #494839: hue angle of 56.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #494839 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB737257-
CMYK00.010.220.71
HSL56.25º12.31%25.49%-
HSV(B)56.25º21.92%28.63%-
XYZ5.86.354.79-
YUV70.59120.33129.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 57 (22.66% from 255) = 28.22%
R=36.14%
G=35.64%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73725700.010.220.7156.2512.3125.49
Hex49483901164738c19
Octal111110710126107701431
Binary1001001100100011100101101101000111111000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494839; }

 p { color: rgb(73,72,57); }

 H1.HeaderClassName
 {
   color: #494839;
 }
 .AnyTagClassName
 {
   color: #494839;
 }
</style>
background-color css

<style>
 a { background-color: #494839; }

 a { background-color: rgb(73,72,57); }

 div.DivClassName
 {
   background-color: #494839;
 }
 .BgClassName
 {
   background-color: #494839;
 }
</style>
border-color css

<style>
 span { border-color: #494839; }

 span { border-color: rgb(73,72,57); }

 td.TdClassName
 {
   border-color: #494839;
 }
 .TagClassName
 {
   border-color: #494839;
 }
</style>