#493325

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

Shades of Woodburn #493325

Tints of Woodburn #493325

Color information

#493325 (or 0x493325) is unknown color: approx Woodburn. HEX triplet: 49, 33 and 25. RGB value is (73,51,37). Sum of RGB (Red+Green+Blue) = 73+51+37=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493325 is #B6CCDA. Grayscale: #383838. Windows color (decimal): -11979995 or 2437961. OLE color: 2437961.

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

Color convert

RGB735137-
CMYK00.300.490.71
HSL23.33º32.73%21.57%-
HSV(B)23.33º49.32%28.63%-
XYZ4.273.922.28-
YUV55.98117.29140.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=45.34%
G=31.68%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73513700.300.490.7123.3332.7321.57
Hex49332501E3147172116
Octal111634503661107274126
Binary100100111001110010101111011000110001111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493325; }

 p { color: rgb(73,51,37); }

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

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

 a { background-color: rgb(73,51,37); }

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

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

 span { border-color: rgb(73,51,37); }

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