#49431D

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

Shades of Madras #49431D

Tints of Madras #49431D

Color information

#49431D (or 0x49431D) is unknown color: approx Madras. HEX triplet: 49, 43 and 1D. RGB value is (73,67,29). Sum of RGB (Red+Green+Blue) = 73+67+29=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49431D is #B6BCE2. Grayscale: #404040. Windows color (decimal): -11975907 or 1917769. OLE color: 1917769.

HSL color Cylindrical-coordinate representation of color #49431D: hue angle of 51.82º 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 #49431D is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB736729-
CMYK00.080.600.71
HSL51.82º43.14%20%-
HSV(B)51.82º60.27%28.63%-
XYZ4.985.521.97-
YUV64.46107.99134.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=43.20%
G=39.64%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73672900.080.600.7151.8243.1420
Hex49431D083C47342b14
Octal1111033501074107645324
Binary100100110000111110101000111100100011111010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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