#494B29

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

Shades of Waiouru #494B29

Tints of Waiouru #494B29

Color information

#494B29 (or 0x494B29) is unknown color: approx Waiouru. HEX triplet: 49, 4B and 29. RGB value is (73,75,41). Sum of RGB (Red+Green+Blue) = 73+75+41=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #494B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B29 is #B6B4D6. Grayscale: #464646. Windows color (decimal): -11973847 or 2706249. OLE color: 2706249.

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

Color convert

RGB737541-
CMYK0.0300.450.71
HSL63.53º29.31%22.75%-
HSV(B)63.53º45.33%29.41%-
XYZ5.666.613.07-
YUV70.53111.34129.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=38.62%
G=39.68%
B=21.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375410.0300.450.7163.5329.3122.75
Hex494B29302D47401d17
Octal1111135130551071003527
Binary10010011001011101001110101101100011110000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,41); }

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

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

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

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

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

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

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