#493A2B

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

Shades of Woodburn #493A2B

Tints of Woodburn #493A2B

Color information

#493A2B (or 0x493A2B) is unknown color: approx Woodburn. HEX triplet: 49, 3A and 2B. RGB value is (73,58,43). Sum of RGB (Red+Green+Blue) = 73+58+43=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A2B is #B6C5D4. Grayscale: #3C3C3C. Windows color (decimal): -11978197 or 2832969. OLE color: 2832969.

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

Color convert

RGB735843-
CMYK00.210.410.71
HSL30º25.86%22.75%-
HSV(B)30º41.1%28.63%-
XYZ4.74.622.93-
YUV60.78117.97136.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=41.95%
G=33.33%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73584300.210.410.713025.8622.75
Hex493A2B01529471e1a17
Octal111725302551107363227
Binary10010011110101010110101011010011000111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A2B; }

 p { color: rgb(73,58,43); }

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

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

 a { background-color: rgb(73,58,43); }

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

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

 span { border-color: rgb(73,58,43); }

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