#493E11

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

Shades of Madras #493E11

Tints of Madras #493E11

Color information

#493E11 (or 0x493E11) is unknown color: approx Madras. HEX triplet: 49, 3E and 11. RGB value is (73,62,17). Sum of RGB (Red+Green+Blue) = 73+62+17=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #493E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E11 is #B6C1EE. Grayscale: #3C3C3C. Windows color (decimal): -11977199 or 1130057. OLE color: 1130057.

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

Color convert

RGB736217-
CMYK00.150.770.71
HSL48.21º62.22%17.65%-
HSV(B)48.21º76.71%28.63%-
XYZ4.574.91.24-
YUV60.16103.64137.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=48.03%
G=40.79%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73621700.150.770.7148.2162.2217.65
Hex493E110F4D47303e12
Octal1117621017115107607622
Binary100100111111010001011111001101100011111000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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