#494832

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

Shades of Camouflage #494832

Tints of Camouflage #494832

Color information

#494832 (or 0x494832) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 32. RGB value is (73,72,50). Sum of RGB (Red+Green+Blue) = 73+72+50=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #494832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494832 is #B6B7CD. Grayscale: #454545. Windows color (decimal): -11974606 or 3295305. OLE color: 3295305.

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

Color convert

RGB737250-
CMYK00.010.320.71
HSL57.39º18.7%24.12%-
HSV(B)57.39º31.51%28.63%-
XYZ5.646.283.93-
YUV69.79116.83130.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=37.44%
G=36.92%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73725000.010.320.7157.3918.724.12
Hex494832012047391318
Octal111110620140107712330
Binary100100110010001100100110000010001111110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494832; }

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

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

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

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

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

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

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

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