#49451D

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

Shades of Madras #49451D

Tints of Madras #49451D

Color information

#49451D (or 0x49451D) is unknown color: approx Madras. HEX triplet: 49, 45 and 1D. RGB value is (73,69,29). Sum of RGB (Red+Green+Blue) = 73+69+29=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451D is #B6BAE2. Grayscale: #414141. Windows color (decimal): -11975395 or 1918281. OLE color: 1918281.

HSL color Cylindrical-coordinate representation of color #49451D: hue angle of 54.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49451D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB736929-
CMYK00.050.600.71
HSL54.55º43.14%20%-
HSV(B)54.55º60.27%28.63%-
XYZ5.15.762.01-
YUV65.64107.33133.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 29 (11.72% from 255) = 16.96%
R=42.69%
G=40.35%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73692900.050.600.7154.5543.1420
Hex49451D053C47372b14
Octal111105350574107675324
Binary10010011000101111010101111100100011111011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49451D; }

 p { color: rgb(73,69,29); }

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

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

 a { background-color: rgb(73,69,29); }

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

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

 span { border-color: rgb(73,69,29); }

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