#493628

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

Shades of Woodburn #493628

Tints of Woodburn #493628

Color information

#493628 (or 0x493628) is unknown color: approx Woodburn. HEX triplet: 49, 36 and 28. RGB value is (73,54,40). Sum of RGB (Red+Green+Blue) = 73+54+40=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493628 is #B6C9D7. Grayscale: #3A3A3A. Windows color (decimal): -11979224 or 2635337. OLE color: 2635337.

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

Color convert

RGB735440-
CMYK00.260.450.71
HSL25.45º29.2%22.16%-
HSV(B)25.45º45.21%28.63%-
XYZ4.454.212.59-
YUV58.08117.79138.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=43.71%
G=32.34%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73544000.260.450.7125.4529.222.16
Hex49362801A2D47191d16
Octal111665003255107313526
Binary10010011101101010000110101011011000111110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493628; }

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

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

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

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

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

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

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

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