#493B20

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

Shades of Madras #493B20

Tints of Madras #493B20

Color information

#493B20 (or 0x493B20) is unknown color: approx Madras. HEX triplet: 49, 3B and 20. RGB value is (73,59,32). Sum of RGB (Red+Green+Blue) = 73+59+32=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B20 is #B6C4DF. Grayscale: #3C3C3C. Windows color (decimal): -11977952 or 2112329. OLE color: 2112329.

HSL color Cylindrical-coordinate representation of color #493B20: hue angle of 39.51º 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 #493B20 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB735932-
CMYK00.190.560.71
HSL39.51º39.05%20.59%-
HSV(B)39.51º56.16%28.63%-
XYZ4.574.652.02-
YUV60.11112.14137.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=44.51%
G=35.98%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73593200.190.560.7139.5139.0520.59
Hex493B200133847282715
Octal111734002370107504725
Binary1001001111011100000010011111000100011110100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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