#494219

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

Shades of Madras #494219

Tints of Madras #494219

Color information

#494219 (or 0x494219) is unknown color: approx Madras. HEX triplet: 49, 42 and 19. RGB value is (73,66,25). Sum of RGB (Red+Green+Blue) = 73+66+25=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #494219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494219 is #B6BDE6. Grayscale: #3F3F3F. Windows color (decimal): -11976167 or 1655369. OLE color: 1655369.

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

Color convert

RGB736625-
CMYK00.100.660.71
HSL51.25º48.98%19.22%-
HSV(B)51.25º65.75%28.63%-
XYZ4.875.381.7-
YUV63.42106.32134.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=44.51%
G=40.24%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73662500.100.660.7151.2548.9819.22
Hex4942190A4247333113
Octal11110231012102107636123
Binary1001001100001011001010101000010100011111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494219; }

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

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

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

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

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

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

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

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