#49392C

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

Shades of Woodburn #49392C

Tints of Woodburn #49392C

Color information

#49392C (or 0x49392C) is unknown color: approx Woodburn. HEX triplet: 49, 39 and 2C. RGB value is (73,57,44). Sum of RGB (Red+Green+Blue) = 73+57+44=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #49392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49392C is #B6C6D3. Grayscale: #3C3C3C. Windows color (decimal): -11978452 or 2898249. OLE color: 2898249.

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

Color convert

RGB735744-
CMYK00.220.400.71
HSL26.9º24.79%22.94%-
HSV(B)26.9º39.73%28.63%-
XYZ4.674.523.01-
YUV60.3118.8137.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=41.95%
G=32.76%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73574400.220.400.7126.924.7922.94
Hex49392C01628471b1917
Octal111715402650107333127
Binary10010011110011011000101101010001000111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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