#493D1C

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

Shades of Madras #493D1C

Tints of Madras #493D1C

Color information

#493D1C (or 0x493D1C) is unknown color: approx Madras. HEX triplet: 49, 3D and 1C. RGB value is (73,61,28). Sum of RGB (Red+Green+Blue) = 73+61+28=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D1C is #B6C2E3. Grayscale: #3C3C3C. Windows color (decimal): -11977444 or 1850697. OLE color: 1850697.

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

Color convert

RGB736128-
CMYK00.160.620.71
HSL44º44.55%19.8%-
HSV(B)44º61.64%28.63%-
XYZ4.634.841.79-
YUV60.83109.48136.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 61 (24.22% from 255) = 37.65%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=45.06%
G=37.65%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73612800.160.620.714444.5519.8
Hex493D1C0103E472c2d14
Octal111753402076107545524
Binary100100111110111100010000111110100011110110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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