#494311

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

Shades of Madras #494311

Tints of Madras #494311

Color information

#494311 (or 0x494311) is unknown color: approx Madras. HEX triplet: 49, 43 and 11. RGB value is (73,67,17). Sum of RGB (Red+Green+Blue) = 73+67+17=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #494311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494311 is #B6BCEE. Grayscale: #3F3F3F. Windows color (decimal): -11975919 or 1131337. OLE color: 1131337.

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

Color convert

RGB736717-
CMYK00.080.770.71
HSL53.57º62.22%17.65%-
HSV(B)53.57º76.71%28.63%-
XYZ4.865.471.33-
YUV63.09101.99135.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=46.50%
G=42.68%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73671700.080.770.7153.5762.2217.65
Hex494311084D47363e12
Octal11110321010115107667622
Binary1001001100001110001010001001101100011111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494311; }

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

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

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

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

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

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

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

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