#49452C

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

Shades of Woodrush #49452C

Tints of Woodrush #49452C

Color information

#49452C (or 0x49452C) is unknown color: approx Woodrush. HEX triplet: 49, 45 and 2C. RGB value is (73,69,44). Sum of RGB (Red+Green+Blue) = 73+69+44=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #49452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49452C is #B6BAD3. Grayscale: #434343. Windows color (decimal): -11975380 or 2901321. OLE color: 2901321.

HSL color Cylindrical-coordinate representation of color #49452C: hue angle of 51.72º 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 #49452C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB736944-
CMYK00.050.400.71
HSL51.72º24.79%22.94%-
HSV(B)51.72º39.73%28.63%-
XYZ5.335.853.23-
YUV67.35114.83132.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=39.25%
G=37.10%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73694400.050.400.7151.7224.7922.94
Hex49452C052847341917
Octal111105540550107643127
Binary10010011000101101100010110100010001111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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