#493F1C

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

Shades of Madras #493F1C

Tints of Madras #493F1C

Color information

#493F1C (or 0x493F1C) is unknown color: approx Madras. HEX triplet: 49, 3F and 1C. RGB value is (73,63,28). Sum of RGB (Red+Green+Blue) = 73+63+28=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F1C is #B6C0E3. Grayscale: #3E3E3E. Windows color (decimal): -11976932 or 1851209. OLE color: 1851209.

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

Color convert

RGB736328-
CMYK00.140.620.71
HSL46.67º44.55%19.8%-
HSV(B)46.67º61.64%28.63%-
XYZ4.735.061.82-
YUV62108.81135.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=44.51%
G=38.41%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73632800.140.620.7146.6744.5519.8
Hex493F1C0E3E472f2d14
Octal111773401676107575524
Binary10010011111111110001110111110100011110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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