#494931

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

Shades of Waiouru #494931

Tints of Waiouru #494931

Color information

#494931 (or 0x494931) is unknown color: approx Waiouru. HEX triplet: 49, 49 and 31. RGB value is (73,73,49). Sum of RGB (Red+Green+Blue) = 73+73+49=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494931 is #B6B6CE. Grayscale: #464646. Windows color (decimal): -11974351 or 3230025. OLE color: 3230025.

HSL color Cylindrical-coordinate representation of color #494931: hue angle of 60º 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 #494931 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB737349-
CMYK000.330.71
HSL60º19.67%23.92%-
HSV(B)60º32.88%28.63%-
XYZ5.686.43.84-
YUV70.26116129.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=37.44%
G=37.44%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737349000.330.716019.6723.92
Hex4949310021473c1418
Octal111111610041107742430
Binary100100110010011100010010000110001111111001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494931; }

 p { color: rgb(73,73,49); }

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

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

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

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

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

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

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