#494412

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

Shades of Madras #494412

Tints of Madras #494412

Color information

#494412 (or 0x494412) is unknown color: approx Madras. HEX triplet: 49, 44 and 12. RGB value is (73,68,18). Sum of RGB (Red+Green+Blue) = 73+68+18=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494412 is #B6BBED. Grayscale: #3F3F3F. Windows color (decimal): -11975662 or 1197129. OLE color: 1197129.

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

Color convert

RGB736818-
CMYK00.070.750.71
HSL54.55º60.44%17.84%-
HSV(B)54.55º75.34%28.63%-
XYZ4.925.591.39-
YUV63.79102.16134.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=45.91%
G=42.77%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73681800.070.750.7154.5560.4417.84
Hex494412074B47373c12
Octal1111042207113107677422
Binary100100110001001001001111001011100011111011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494412; }

 p { color: rgb(73,68,18); }

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

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

 a { background-color: rgb(73,68,18); }

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

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

 span { border-color: rgb(73,68,18); }

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