#49462D

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

Shades of Woodrush #49462D

Tints of Woodrush #49462D

Color information

#49462D (or 0x49462D) is unknown color: approx Woodrush. HEX triplet: 49, 46 and 2D. RGB value is (73,70,45). Sum of RGB (Red+Green+Blue) = 73+70+45=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #49462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49462D is #B6B9D2. Grayscale: #444444. Windows color (decimal): -11975123 or 2967113. OLE color: 2967113.

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

Color convert

RGB737045-
CMYK00.040.380.71
HSL53.57º23.73%23.14%-
HSV(B)53.57º38.36%28.63%-
XYZ5.415.993.35-
YUV68.05114.99131.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=38.83%
G=37.23%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73704500.040.380.7153.5723.7323.14
Hex49462D042647361817
Octal111106550446107663027
Binary10010011000110101101010010011010001111101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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