#49452D

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

Shades of Woodrush #49452D

Tints of Woodrush #49452D

Color information

#49452D (or 0x49452D) is unknown color: approx Woodrush. HEX triplet: 49, 45 and 2D. RGB value is (73,69,45). Sum of RGB (Red+Green+Blue) = 73+69+45=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49452D is #B6BAD2. Grayscale: #434343. Windows color (decimal): -11975379 or 2966857. OLE color: 2966857.

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

Color convert

RGB736945-
CMYK00.050.380.71
HSL51.43º23.73%23.14%-
HSV(B)51.43º38.36%28.63%-
XYZ5.355.863.33-
YUV67.46115.33131.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=39.04%
G=36.90%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73694500.050.380.7151.4323.7323.14
Hex49452D052647331817
Octal111105550546107633027
Binary10010011000101101101010110011010001111100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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