#493D20

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

Shades of Madras #493D20

Tints of Madras #493D20

Color information

#493D20 (or 0x493D20) is unknown color: approx Madras. HEX triplet: 49, 3D and 20. RGB value is (73,61,32). Sum of RGB (Red+Green+Blue) = 73+61+32=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #493D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D20 is #B6C2DF. Grayscale: #3D3D3D. Windows color (decimal): -11977440 or 2112841. OLE color: 2112841.

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

Color convert

RGB736132-
CMYK00.160.560.71
HSL42.44º39.05%20.59%-
HSV(B)42.44º56.16%28.63%-
XYZ4.684.862.06-
YUV61.28111.48136.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=43.98%
G=36.75%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73613200.160.560.7142.4439.0520.59
Hex493D2001038472a2715
Octal111754002070107524725
Binary1001001111101100000010000111000100011110101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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