#49411A

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

Shades of Madras #49411A

Tints of Madras #49411A

Color information

#49411A (or 0x49411A) is unknown color: approx Madras. HEX triplet: 49, 41 and 1A. RGB value is (73,65,26). Sum of RGB (Red+Green+Blue) = 73+65+26=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49411A is #B6BEE5. Grayscale: #3F3F3F. Windows color (decimal): -11976422 or 1720649. OLE color: 1720649.

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

Color convert

RGB736526-
CMYK00.110.640.71
HSL49.79º47.47%19.41%-
HSV(B)49.79º64.38%28.63%-
XYZ4.825.271.74-
YUV62.95107.15135.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=44.51%
G=39.63%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73652600.110.640.7149.7947.4719.41
Hex49411A0B4047322f13
Octal11110132013100107625723
Binary1001001100000111010010111000000100011111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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