#494533

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

Shades of Woodrush #494533

Tints of Woodrush #494533

Color information

#494533 (or 0x494533) is unknown color: approx Woodrush. HEX triplet: 49, 45 and 33. RGB value is (73,69,51). Sum of RGB (Red+Green+Blue) = 73+69+51=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494533 is #B6BACC. Grayscale: #444444. Windows color (decimal): -11975373 or 3360073. OLE color: 3360073.

HSL color Cylindrical-coordinate representation of color #494533: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494533 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB736951-
CMYK00.050.300.71
HSL49.09º17.74%24.31%-
HSV(B)49.09º30.14%28.63%-
XYZ5.475.913.98-
YUV68.14118.33131.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=37.82%
G=35.75%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73695100.050.300.7149.0917.7424.31
Hex494533051E47311218
Octal111105630536107612230
Binary1001001100010111001101011111010001111100011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494533; }

 p { color: rgb(73,69,51); }

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

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

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

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

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

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

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