#493E1C

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

Shades of Madras #493E1C

Tints of Madras #493E1C

Color information

#493E1C (or 0x493E1C) is unknown color: approx Madras. HEX triplet: 49, 3E and 1C. RGB value is (73,62,28). Sum of RGB (Red+Green+Blue) = 73+62+28=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E1C is #B6C1E3. Grayscale: #3D3D3D. Windows color (decimal): -11977188 or 1850953. OLE color: 1850953.

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

Color convert

RGB736228-
CMYK00.150.620.71
HSL45.33º44.55%19.8%-
HSV(B)45.33º61.64%28.63%-
XYZ4.684.951.81-
YUV61.41109.14136.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 62 (24.61% from 255) = 38.04%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=44.79%
G=38.04%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73622800.150.620.7145.3344.5519.8
Hex493E1C0F3E472d2d14
Octal111763401776107555524
Binary10010011111101110001111111110100011110110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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