#493E20

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

Shades of Madras #493E20

Tints of Madras #493E20

Color information

#493E20 (or 0x493E20) is unknown color: approx Madras. HEX triplet: 49, 3E and 20. RGB value is (73,62,32). Sum of RGB (Red+Green+Blue) = 73+62+32=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E20 is #B6C1DF. Grayscale: #3E3E3E. Windows color (decimal): -11977184 or 2113097. OLE color: 2113097.

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

Color convert

RGB736232-
CMYK00.150.560.71
HSL43.9º39.05%20.59%-
HSV(B)43.9º56.16%28.63%-
XYZ4.734.972.08-
YUV61.87111.14135.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=43.71%
G=37.13%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73623200.150.560.7143.939.0520.59
Hex493E200F38472c2715
Octal111764001770107544725
Binary100100111111010000001111111000100011110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,32); }

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

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

 a { background-color: rgb(73,62,32); }

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

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

 span { border-color: rgb(73,62,32); }

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