#493A2A

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

Shades of Woodburn #493A2A

Tints of Woodburn #493A2A

Color information

#493A2A (or 0x493A2A) is unknown color: approx Woodburn. HEX triplet: 49, 3A and 2A. RGB value is (73,58,42). Sum of RGB (Red+Green+Blue) = 73+58+42=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A2A is #B6C5D5. Grayscale: #3C3C3C. Windows color (decimal): -11978198 or 2767433. OLE color: 2767433.

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

Color convert

RGB735842-
CMYK00.210.420.71
HSL30.97º26.96%22.55%-
HSV(B)30.97º42.47%28.63%-
XYZ4.684.612.83-
YUV60.66117.47136.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=42.20%
G=33.53%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73584200.210.420.7130.9726.9622.55
Hex493A2A0152A471f1b17
Octal111725202552107373327
Binary10010011110101010100101011010101000111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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