#494512

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

Shades of Madras #494512

Tints of Madras #494512

Color information

#494512 (or 0x494512) is unknown color: approx Madras. HEX triplet: 49, 45 and 12. RGB value is (73,69,18). Sum of RGB (Red+Green+Blue) = 73+69+18=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #494512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494512 is #B6BAED. Grayscale: #404040. Windows color (decimal): -11975406 or 1197385. OLE color: 1197385.

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

Color convert

RGB736918-
CMYK00.050.750.71
HSL55.64º60.44%17.84%-
HSV(B)55.64º75.34%28.63%-
XYZ4.985.721.41-
YUV64.38101.83134.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=45.62%
G=43.12%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73691800.050.750.7155.6460.4417.84
Hex494512054B47383c12
Octal1111052205113107707422
Binary100100110001011001001011001011100011111100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494512; }

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

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

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

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

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

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

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

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