#493527

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

Shades of Woodburn #493527

Tints of Woodburn #493527

Color information

#493527 (or 0x493527) is unknown color: approx Woodburn. HEX triplet: 49, 35 and 27. RGB value is (73,53,39). Sum of RGB (Red+Green+Blue) = 73+53+39=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493527 is #B6CAD8. Grayscale: #393939. Windows color (decimal): -11979481 or 2569545. OLE color: 2569545.

HSL color Cylindrical-coordinate representation of color #493527: hue angle of 24.71º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493527 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB735339-
CMYK00.270.470.71
HSL24.71º30.36%21.96%-
HSV(B)24.71º46.58%28.63%-
XYZ4.394.112.48-
YUV57.38117.63139.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=44.24%
G=32.12%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73533900.270.470.7124.7130.3621.96
Hex49352701B2F47191e16
Octal111654703357107313626
Binary10010011101011001110110111011111000111110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493527; }

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

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

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

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

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

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

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

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