#494110

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

Shades of Madras #494110

Tints of Madras #494110

Color information

#494110 (or 0x494110) is unknown color: approx Madras. HEX triplet: 49, 41 and 10. RGB value is (73,65,16). Sum of RGB (Red+Green+Blue) = 73+65+16=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #494110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494110 is #B6BEEF. Grayscale: #3E3E3E. Windows color (decimal): -11976432 or 1065289. OLE color: 1065289.

HSL color Cylindrical-coordinate representation of color #494110: hue angle of 51.58º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #494110 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB736516-
CMYK00.110.780.71
HSL51.58º64.04%17.45%-
HSV(B)51.58º78.08%28.63%-
XYZ4.735.231.25-
YUV61.81102.15135.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=47.40%
G=42.21%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73651600.110.780.7151.5864.0417.45
Hex4941100B4E47344011
Octal111101200131161076410021
Binary10010011000001100000101110011101000111110100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494110; }

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

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

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

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

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

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

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

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