#494114

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

Shades of Madras #494114

Tints of Madras #494114

Color information

#494114 (or 0x494114) is unknown color: approx Madras. HEX triplet: 49, 41 and 14. RGB value is (73,65,20). Sum of RGB (Red+Green+Blue) = 73+65+20=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #494114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494114 is #B6BEEB. Grayscale: #3E3E3E. Windows color (decimal): -11976428 or 1327433. OLE color: 1327433.

HSL color Cylindrical-coordinate representation of color #494114: hue angle of 50.94º 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 #494114 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB736520-
CMYK00.110.730.71
HSL50.94º56.99%18.24%-
HSV(B)50.94º72.6%28.63%-
XYZ4.765.251.42-
YUV62.26104.15135.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=46.20%
G=41.14%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73652000.110.730.7150.9456.9918.24
Hex4941140B4947333912
Octal11110124013111107637122
Binary1001001100000110100010111001001100011111001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494114; }

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

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

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

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

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

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

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

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