#493626

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

Shades of Woodburn #493626

Tints of Woodburn #493626

Color information

#493626 (or 0x493626) is unknown color: approx Woodburn. HEX triplet: 49, 36 and 26. RGB value is (73,54,38). Sum of RGB (Red+Green+Blue) = 73+54+38=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493626 is #B6C9D9. Grayscale: #393939. Windows color (decimal): -11979226 or 2504265. OLE color: 2504265.

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

Color convert

RGB735438-
CMYK00.260.480.71
HSL27.43º31.53%21.76%-
HSV(B)27.43º47.95%28.63%-
XYZ4.424.192.41-
YUV57.86116.79138.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=44.24%
G=32.73%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73543800.260.480.7127.4331.5321.76
Hex49362601A30471b2016
Octal111664603260107334026
Binary100100111011010011001101011000010001111101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493626; }

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

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

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

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

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

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

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

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