#494124

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

Shades of Madras #494124

Tints of Madras #494124

Color information

#494124 (or 0x494124) is unknown color: approx Madras. HEX triplet: 49, 41 and 24. RGB value is (73,65,36). Sum of RGB (Red+Green+Blue) = 73+65+36=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #494124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494124 is #B6BEDB. Grayscale: #404040. Windows color (decimal): -11976412 or 2376009. OLE color: 2376009.

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

Color convert

RGB736536-
CMYK00.110.510.71
HSL47.03º33.94%21.37%-
HSV(B)47.03º50.68%28.63%-
XYZ4.965.322.44-
YUV64.09112.15134.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=41.95%
G=37.36%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73653600.110.510.7147.0333.9421.37
Hex4941240B33472f2215
Octal1111014401363107574225
Binary1001001100000110010001011110011100011110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494124; }

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

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

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

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

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

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

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

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