#493E05

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

Shades of Madras #493E05

Tints of Madras #493E05

Color information

#493E05 (or 0x493E05) is unknown color: approx Madras. HEX triplet: 49, 3E and 05. RGB value is (73,62,5). Sum of RGB (Red+Green+Blue) = 73+62+5=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E05 is #B6C1FA. Grayscale: #3B3B3B. Windows color (decimal): -11977211 or 343625. OLE color: 343625.

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

Color convert

RGB73625-
CMYK00.150.930.71
HSL50.29º87.18%15.29%-
HSV(B)50.29º93.15%28.63%-
XYZ4.54.870.85-
YUV58.7997.64138.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 62 (24.61% from 255) = 44.29%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=52.14%
G=44.29%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7362500.150.930.7150.2987.1815.29
Hex493E50F5D473257f
Octal1117650171351076212717
Binary1001001111110101011111011101100011111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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