#493426

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

Shades of Woodburn #493426

Tints of Woodburn #493426

Color information

#493426 (or 0x493426) is unknown color: approx Woodburn. HEX triplet: 49, 34 and 26. RGB value is (73,52,38). Sum of RGB (Red+Green+Blue) = 73+52+38=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493426 is #B6CBD9. Grayscale: #383838. Windows color (decimal): -11979738 or 2503753. OLE color: 2503753.

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

Color convert

RGB735238-
CMYK00.290.480.71
HSL24º31.53%21.76%-
HSV(B)24º47.95%28.63%-
XYZ4.334.012.38-
YUV56.68117.46139.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=44.79%
G=31.90%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73523800.290.480.712431.5321.76
Hex49342601D3047182016
Octal111644603560107304026
Binary100100111010010011001110111000010001111100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493426; }

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

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

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

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

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

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

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

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