#49462C

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

Shades of Woodrush #49462C

Tints of Woodrush #49462C

Color information

#49462C (or 0x49462C) is unknown color: approx Woodrush. HEX triplet: 49, 46 and 2C. RGB value is (73,70,44). Sum of RGB (Red+Green+Blue) = 73+70+44=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49462C is #B6B9D3. Grayscale: #444444. Windows color (decimal): -11975124 or 2901577. OLE color: 2901577.

HSL color Cylindrical-coordinate representation of color #49462C: hue angle of 53.79º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49462C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB737044-
CMYK00.040.400.71
HSL53.79º24.79%22.94%-
HSV(B)53.79º39.73%28.63%-
XYZ5.395.983.25-
YUV67.93114.49131.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=39.04%
G=37.43%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73704400.040.400.7153.7924.7922.94
Hex49462C042847361917
Octal111106540450107663127
Binary10010011000110101100010010100010001111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49462C; }

 p { color: rgb(73,70,44); }

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

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

 a { background-color: rgb(73,70,44); }

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

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

 span { border-color: rgb(73,70,44); }

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