#49411F

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

Shades of Madras #49411F

Tints of Madras #49411F

Color information

#49411F (or 0x49411F) is unknown color: approx Madras. HEX triplet: 49, 41 and 1F. RGB value is (73,65,31). Sum of RGB (Red+Green+Blue) = 73+65+31=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49411F is #B6BEE0. Grayscale: #3F3F3F. Windows color (decimal): -11976417 or 2048329. OLE color: 2048329.

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

Color convert

RGB736531-
CMYK00.110.580.71
HSL48.57º40.38%20.39%-
HSV(B)48.57º57.53%28.63%-
XYZ4.895.32.06-
YUV63.52109.65134.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=43.20%
G=38.46%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73653100.110.580.7148.5740.3820.39
Hex49411F0B3A47312814
Octal1111013701372107615024
Binary100100110000011111101011111010100011111000110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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