#493323

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

Shades of Woodburn #493323

Tints of Woodburn #493323

Color information

#493323 (or 0x493323) is unknown color: approx Woodburn. HEX triplet: 49, 33 and 23. RGB value is (73,51,35). Sum of RGB (Red+Green+Blue) = 73+51+35=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #493323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493323 is #B6CCDC. Grayscale: #373737. Windows color (decimal): -11979997 or 2306889. OLE color: 2306889.

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

Color convert

RGB735135-
CMYK00.300.520.71
HSL25.26º35.19%21.18%-
HSV(B)25.26º52.05%28.63%-
XYZ4.233.912.12-
YUV55.75116.29140.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=45.91%
G=32.08%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73513500.300.520.7125.2635.1921.18
Hex49332301E3447192315
Octal111634303664107314325
Binary100100111001110001101111011010010001111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493323; }

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

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

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

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

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

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

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

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