#49461F

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

Shades of Woodrush #49461F

Tints of Woodrush #49461F

Color information

#49461F (or 0x49461F) is unknown color: approx Woodrush. HEX triplet: 49, 46 and 1F. RGB value is (73,70,31). Sum of RGB (Red+Green+Blue) = 73+70+31=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #49461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49461F is #B6B9E0. Grayscale: #424242. Windows color (decimal): -11975137 or 2049609. OLE color: 2049609.

HSL color Cylindrical-coordinate representation of color #49461F: hue angle of 55.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49461F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB737031-
CMYK00.040.580.71
HSL55.71º40.38%20.39%-
HSV(B)55.71º57.53%28.63%-
XYZ5.195.92.16-
YUV66.45107.99132.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=41.95%
G=40.23%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73703100.040.580.7155.7140.3820.39
Hex49461F043A47382814
Octal111106370472107705024
Binary10010011000110111110100111010100011111100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49461F; }

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

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

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

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

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

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

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

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