#494122

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

Shades of Madras #494122

Tints of Madras #494122

Color information

#494122 (or 0x494122) is unknown color: approx Madras. HEX triplet: 49, 41 and 22. RGB value is (73,65,34). Sum of RGB (Red+Green+Blue) = 73+65+34=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #494122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494122 is #B6BEDD. Grayscale: #3F3F3F. Windows color (decimal): -11976414 or 2244937. OLE color: 2244937.

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

Color convert

RGB736534-
CMYK00.110.530.71
HSL47.69º36.45%20.98%-
HSV(B)47.69º53.42%28.63%-
XYZ4.935.312.28-
YUV63.86111.15134.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=42.44%
G=37.79%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73653400.110.530.7147.6936.4520.98
Hex4941220B3547302415
Octal1111014201365107604425
Binary1001001100000110001001011110101100011111000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494122; }

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

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

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

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

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

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

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

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