#494529

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

Shades of Woodrush #494529

Tints of Woodrush #494529

Color information

#494529 (or 0x494529) is unknown color: approx Woodrush. HEX triplet: 49, 45 and 29. RGB value is (73,69,41). Sum of RGB (Red+Green+Blue) = 73+69+41=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #494529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494529 is #B6BAD6. Grayscale: #434343. Windows color (decimal): -11975383 or 2704713. OLE color: 2704713.

HSL color Cylindrical-coordinate representation of color #494529: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494529 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB736941-
CMYK00.050.440.71
HSL52.5º28.07%22.35%-
HSV(B)52.5º43.84%28.63%-
XYZ5.285.832.95-
YUV67113.33132.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=39.89%
G=37.70%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73694100.050.440.7152.528.0722.35
Hex494529052C47341c16
Octal111105510554107643426
Binary10010011000101101001010110110010001111101001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494529; }

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

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

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

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

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

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

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

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