#49492A

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

Shades of Waiouru #49492A

Tints of Waiouru #49492A

Color information

#49492A (or 0x49492A) is unknown color: approx Waiouru. HEX triplet: 49, 49 and 2A. RGB value is (73,73,42). Sum of RGB (Red+Green+Blue) = 73+73+42=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49492A is #B6B6D5. Grayscale: #454545. Windows color (decimal): -11974358 or 2771273. OLE color: 2771273.

HSL color Cylindrical-coordinate representation of color #49492A: hue angle of 60º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49492A is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB737342-
CMYK000.420.71
HSL60º26.96%22.55%-
HSV(B)60º42.47%28.63%-
XYZ5.556.353.12-
YUV69.47112.5130.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=38.83%
G=38.83%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737342000.420.716026.9622.55
Hex49492A002A473c1b17
Octal111111520052107743327
Binary100100110010011010100010101010001111111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49492A; }

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

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

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

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

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

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

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

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