#494118

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

Shades of Madras #494118

Tints of Madras #494118

Color information

#494118 (or 0x494118) is unknown color: approx Madras. HEX triplet: 49, 41 and 18. RGB value is (73,65,24). Sum of RGB (Red+Green+Blue) = 73+65+24=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494118 is #B6BEE7. Grayscale: #3E3E3E. Windows color (decimal): -11976424 or 1589577. OLE color: 1589577.

HSL color Cylindrical-coordinate representation of color #494118: hue angle of 50.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494118 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB736524-
CMYK00.110.670.71
HSL50.2º50.52%19.02%-
HSV(B)50.2º67.12%28.63%-
XYZ4.85.261.63-
YUV62.72106.15135.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=45.06%
G=40.12%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73652400.110.670.7150.250.5219.02
Hex4941180B4347323313
Octal11110130013103107626323
Binary1001001100000111000010111000011100011111001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494118; }

 p { color: rgb(73,65,24); }

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

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

 a { background-color: rgb(73,65,24); }

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

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

 span { border-color: rgb(73,65,24); }

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