#494012

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

Shades of Madras #494012

Tints of Madras #494012

Color information

#494012 (or 0x494012) is unknown color: approx Madras. HEX triplet: 49, 40 and 12. RGB value is (73,64,18). Sum of RGB (Red+Green+Blue) = 73+64+18=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #494012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494012 is #B6BFED. Grayscale: #3D3D3D. Windows color (decimal): -11976686 or 1196105. OLE color: 1196105.

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

Color convert

RGB736418-
CMYK00.120.750.71
HSL50.18º60.44%17.84%-
HSV(B)50.18º75.34%28.63%-
XYZ4.695.131.31-
YUV61.45103.48136.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=47.10%
G=41.29%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73641800.120.750.7150.1860.4417.84
Hex4940120C4B47323c12
Octal11110022014113107627422
Binary1001001100000010010011001001011100011111001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494012; }

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

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

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

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

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

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

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

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