#493324

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

Shades of Woodburn #493324

Tints of Woodburn #493324

Color information

#493324 (or 0x493324) is unknown color: approx Woodburn. HEX triplet: 49, 33 and 24. RGB value is (73,51,36). Sum of RGB (Red+Green+Blue) = 73+51+36=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493324 is #B6CCDB. Grayscale: #373737. Windows color (decimal): -11979996 or 2372425. OLE color: 2372425.

HSL color Cylindrical-coordinate representation of color #493324: hue angle of 24.32º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493324 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB735136-
CMYK00.300.510.71
HSL24.32º33.94%21.37%-
HSV(B)24.32º50.68%28.63%-
XYZ4.253.912.2-
YUV55.87116.79140.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=45.62%
G=31.88%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73513600.300.510.7124.3233.9421.37
Hex49332401E3347182215
Octal111634403663107304225
Binary100100111001110010001111011001110001111100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493324; }

 p { color: rgb(73,51,36); }

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

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

 a { background-color: rgb(73,51,36); }

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

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

 span { border-color: rgb(73,51,36); }

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