#49441E

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

Shades of Madras #49441E

Tints of Madras #49441E

Color information

#49441E (or 0x49441E) is unknown color: approx Madras. HEX triplet: 49, 44 and 1E. RGB value is (73,68,30). Sum of RGB (Red+Green+Blue) = 73+68+30=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49441E is #B6BBE1. Grayscale: #414141. Windows color (decimal): -11975650 or 1983561. OLE color: 1983561.

HSL color Cylindrical-coordinate representation of color #49441E: hue angle of 53.02º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49441E is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB736830-
CMYK00.070.590.71
HSL53.02º41.75%20.2%-
HSV(B)53.02º58.9%28.63%-
XYZ5.055.642.05-
YUV65.16108.16133.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=42.69%
G=39.77%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73683000.070.590.7153.0241.7520.2
Hex49441E073B47352a14
Octal111104360773107655224
Binary10010011000100111100111111011100011111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49441E; }

 p { color: rgb(73,68,30); }

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

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

 a { background-color: rgb(73,68,30); }

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

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

 span { border-color: rgb(73,68,30); }

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