#494527

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

Shades of Woodrush #494527

Tints of Woodrush #494527

Color information

#494527 (or 0x494527) is unknown color: approx Woodrush. HEX triplet: 49, 45 and 27. RGB value is (73,69,39). Sum of RGB (Red+Green+Blue) = 73+69+39=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #494527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494527 is #B6BAD8. Grayscale: #424242. Windows color (decimal): -11975385 or 2573641. OLE color: 2573641.

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

Color convert

RGB736939-
CMYK00.050.470.71
HSL52.94º30.36%21.96%-
HSV(B)52.94º46.58%28.63%-
XYZ5.245.822.77-
YUV66.78112.33132.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=40.33%
G=38.12%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73693900.050.470.7152.9430.3621.96
Hex494527052F47351e16
Octal111105470557107653626
Binary10010011000101100111010110111110001111101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494527; }

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

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

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

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

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

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

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

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