#493629

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

Shades of Woodburn #493629

Tints of Woodburn #493629

Color information

#493629 (or 0x493629) is unknown color: approx Woodburn. HEX triplet: 49, 36 and 29. RGB value is (73,54,41). Sum of RGB (Red+Green+Blue) = 73+54+41=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #493629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493629 is #B6C9D6. Grayscale: #3A3A3A. Windows color (decimal): -11979223 or 2700873. OLE color: 2700873.

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

Color convert

RGB735441-
CMYK00.260.440.71
HSL24.37º28.07%22.35%-
HSV(B)24.37º43.84%28.63%-
XYZ4.474.212.68-
YUV58.2118.29138.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=43.45%
G=32.14%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73544100.260.440.7124.3728.0722.35
Hex49362901A2C47181c16
Octal111665103254107303426
Binary10010011101101010010110101011001000111110001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493629; }

 p { color: rgb(73,54,41); }

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

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

 a { background-color: rgb(73,54,41); }

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

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

 span { border-color: rgb(73,54,41); }

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