#494727

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

Shades of Camouflage #494727

Tints of Camouflage #494727

Color information

#494727 (or 0x494727) is unknown color: approx Camouflage. HEX triplet: 49, 47 and 27. RGB value is (73,71,39). Sum of RGB (Red+Green+Blue) = 73+71+39=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #494727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494727 is #B6B8D8. Grayscale: #444444. Windows color (decimal): -11974873 or 2574153. OLE color: 2574153.

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

Color convert

RGB737139-
CMYK00.030.470.71
HSL56.47º30.36%21.96%-
HSV(B)56.47º46.58%28.63%-
XYZ5.376.072.81-
YUV67.95111.66131.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=39.89%
G=38.80%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73713900.030.470.7156.4730.3621.96
Hex494727032F47381e16
Octal111107470357107703626
Binary1001001100011110011101110111110001111110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494727; }

 p { color: rgb(73,71,39); }

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

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

 a { background-color: rgb(73,71,39); }

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

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

 span { border-color: rgb(73,71,39); }

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