#494C32

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

Shades of Waiouru #494C32

Tints of Waiouru #494C32

Color information

#494C32 (or 0x494C32) is unknown color: approx Waiouru. HEX triplet: 49, 4C and 32. RGB value is (73,76,50). Sum of RGB (Red+Green+Blue) = 73+76+50=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #494C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C32 is #B6B3CD. Grayscale: #484848. Windows color (decimal): -11973582 or 3296329. OLE color: 3296329.

HSL color Cylindrical-coordinate representation of color #494C32: hue angle of 66.92º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494C32 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB737650-
CMYK0.0400.340.70
HSL66.92º20.63%24.71%-
HSV(B)66.92º34.21%29.8%-
XYZ5.916.824.02-
YUV72.14115.51128.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=36.68%
G=38.19%
B=25.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376500.0400.340.7066.9220.6324.71
Hex494C32402246431519
Octal1111146240421061032531
Binary100100110011001100101000100010100011010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C32; }

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

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

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

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

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

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

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

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