#49442E

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

Shades of Woodrush #49442E

Tints of Woodrush #49442E

Color information

#49442E (or 0x49442E) is unknown color: approx Woodrush. HEX triplet: 49, 44 and 2E. RGB value is (73,68,46). Sum of RGB (Red+Green+Blue) = 73+68+46=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49442E is #B6BBD1. Grayscale: #434343. Windows color (decimal): -11975634 or 3032137. OLE color: 3032137.

HSL color Cylindrical-coordinate representation of color #49442E: hue angle of 48.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49442E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB736846-
CMYK00.070.370.71
HSL48.89º22.69%23.33%-
HSV(B)48.89º36.99%28.63%-
XYZ5.315.753.41-
YUV66.99116.16132.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=39.04%
G=36.36%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73684600.070.370.7148.8922.6923.33
Hex49442E072547311717
Octal111104560745107612727
Binary10010011000100101110011110010110001111100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49442E; }

 p { color: rgb(73,68,46); }

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

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

 a { background-color: rgb(73,68,46); }

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

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

 span { border-color: rgb(73,68,46); }

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