#494212

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

Shades of Madras #494212

Tints of Madras #494212

Color information

#494212 (or 0x494212) is unknown color: approx Madras. HEX triplet: 49, 42 and 12. RGB value is (73,66,18). Sum of RGB (Red+Green+Blue) = 73+66+18=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #494212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494212 is #B6BDED. Grayscale: #3E3E3E. Windows color (decimal): -11976174 or 1196617. OLE color: 1196617.

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

Color convert

RGB736618-
CMYK00.100.750.71
HSL52.36º60.44%17.84%-
HSV(B)52.36º75.34%28.63%-
XYZ4.815.361.35-
YUV62.62102.82135.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=46.50%
G=42.04%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73661800.100.750.7152.3660.4417.84
Hex4942120A4B47343c12
Octal11110222012113107647422
Binary1001001100001010010010101001011100011111010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494212; }

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

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

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

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

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

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

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

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