#49411C

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

Shades of Madras #49411C

Tints of Madras #49411C

Color information

#49411C (or 0x49411C) is unknown color: approx Madras. HEX triplet: 49, 41 and 1C. RGB value is (73,65,28). Sum of RGB (Red+Green+Blue) = 73+65+28=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49411C is #B6BEE3. Grayscale: #3F3F3F. Windows color (decimal): -11976420 or 1851721. OLE color: 1851721.

HSL color Cylindrical-coordinate representation of color #49411C: hue angle of 49.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49411C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB736528-
CMYK00.110.620.71
HSL49.33º44.55%19.8%-
HSV(B)49.33º61.64%28.63%-
XYZ4.855.281.86-
YUV63.17108.15135.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=43.98%
G=39.16%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73652800.110.620.7149.3344.5519.8
Hex49411C0B3E47312d14
Octal1111013401376107615524
Binary100100110000011110001011111110100011111000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49411C; }

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

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

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

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

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

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

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

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