#493524

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

Shades of Woodburn #493524

Tints of Woodburn #493524

Color information

#493524 (or 0x493524) is unknown color: approx Woodburn. HEX triplet: 49, 35 and 24. RGB value is (73,53,36). Sum of RGB (Red+Green+Blue) = 73+53+36=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493524 is #B6CADB. Grayscale: #393939. Windows color (decimal): -11979484 or 2372937. OLE color: 2372937.

HSL color Cylindrical-coordinate representation of color #493524: hue angle of 27.57º 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 #493524 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB735336-
CMYK00.270.510.71
HSL27.57º33.94%21.37%-
HSV(B)27.57º50.68%28.63%-
XYZ4.344.092.23-
YUV57.04116.13139.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=45.06%
G=32.72%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73533600.270.510.7127.5733.9421.37
Hex49352401B33471c2215
Octal111654403363107344225
Binary100100111010110010001101111001110001111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493524; }

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

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

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

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

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

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

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

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