#49492B

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

Shades of Waiouru #49492B

Tints of Waiouru #49492B

Color information

#49492B (or 0x49492B) is unknown color: approx Waiouru. HEX triplet: 49, 49 and 2B. RGB value is (73,73,43). Sum of RGB (Red+Green+Blue) = 73+73+43=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49492B is #B6B6D4. Grayscale: #454545. Windows color (decimal): -11974357 or 2836809. OLE color: 2836809.

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

Color convert

RGB737343-
CMYK000.410.71
HSL60º25.86%22.75%-
HSV(B)60º41.1%28.63%-
XYZ5.576.363.22-
YUV69.58113130.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=38.62%
G=38.62%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737343000.410.716025.8622.75
Hex49492B0029473c1a17
Octal111111530051107743227
Binary100100110010011010110010100110001111111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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