#494530

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

Shades of Woodrush #494530

Tints of Woodrush #494530

Color information

#494530 (or 0x494530) is unknown color: approx Woodrush. HEX triplet: 49, 45 and 30. RGB value is (73,69,48). Sum of RGB (Red+Green+Blue) = 73+69+48=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #494530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494530 is #B6BACF. Grayscale: #434343. Windows color (decimal): -11975376 or 3163465. OLE color: 3163465.

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

Color convert

RGB736948-
CMYK00.050.340.71
HSL50.4º20.66%23.73%-
HSV(B)50.4º34.25%28.63%-
XYZ5.415.893.65-
YUV67.8116.83131.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=38.42%
G=36.32%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73694800.050.340.7150.420.6623.73
Hex494530052247321518
Octal111105600542107622530
Binary10010011000101110000010110001010001111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494530; }

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

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

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

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

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

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

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

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