#494014

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

Shades of Madras #494014

Tints of Madras #494014

Color information

#494014 (or 0x494014) is unknown color: approx Madras. HEX triplet: 49, 40 and 14. RGB value is (73,64,20). Sum of RGB (Red+Green+Blue) = 73+64+20=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #494014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494014 is #B6BFEB. Grayscale: #3D3D3D. Windows color (decimal): -11976684 or 1327177. OLE color: 1327177.

HSL color Cylindrical-coordinate representation of color #494014: hue angle of 49.81º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #494014 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB736420-
CMYK00.120.730.71
HSL49.81º56.99%18.24%-
HSV(B)49.81º72.6%28.63%-
XYZ4.715.131.4-
YUV61.68104.48136.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=46.50%
G=40.76%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73642000.120.730.7149.8156.9918.24
Hex4940140C4947323912
Octal11110024014111107627122
Binary1001001100000010100011001001001100011111001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494014; }

 p { color: rgb(73,64,20); }

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

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

 a { background-color: rgb(73,64,20); }

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

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

 span { border-color: rgb(73,64,20); }

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