#493F11

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

Shades of Madras #493F11

Tints of Madras #493F11

Color information

#493F11 (or 0x493F11) is unknown color: approx Madras. HEX triplet: 49, 3F and 11. RGB value is (73,63,17). Sum of RGB (Red+Green+Blue) = 73+63+17=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #493F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F11 is #B6C0EE. Grayscale: #3C3C3C. Windows color (decimal): -11976943 or 1130313. OLE color: 1130313.

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

Color convert

RGB736317-
CMYK00.140.770.71
HSL49.29º62.22%17.65%-
HSV(B)49.29º76.71%28.63%-
XYZ4.635.011.25-
YUV60.75103.31136.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=47.71%
G=41.18%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73631700.140.770.7149.2962.2217.65
Hex493F110E4D47313e12
Octal1117721016115107617622
Binary100100111111110001011101001101100011111000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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