#493F1D

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

Shades of Madras #493F1D

Tints of Madras #493F1D

Color information

#493F1D (or 0x493F1D) is unknown color: approx Madras. HEX triplet: 49, 3F and 1D. RGB value is (73,63,29). Sum of RGB (Red+Green+Blue) = 73+63+29=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F1D is #B6C0E2. Grayscale: #3E3E3E. Windows color (decimal): -11976931 or 1916745. OLE color: 1916745.

HSL color Cylindrical-coordinate representation of color #493F1D: hue angle of 46.36º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493F1D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB736329-
CMYK00.140.600.71
HSL46.36º43.14%20%-
HSV(B)46.36º60.27%28.63%-
XYZ4.755.061.89-
YUV62.11109.31135.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=44.24%
G=38.18%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73632900.140.600.7146.3643.1420
Hex493F1D0E3C472e2b14
Octal111773501674107565324
Binary10010011111111110101110111100100011110111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,29); }

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

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

 a { background-color: rgb(73,63,29); }

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

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

 span { border-color: rgb(73,63,29); }

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