#49370C

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

Shades of Madras #49370C

Tints of Madras #49370C

Color information

#49370C (or 0x49370C) is unknown color: approx Madras. HEX triplet: 49, 37 and 0C. RGB value is (73,55,12). Sum of RGB (Red+Green+Blue) = 73+55+12=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49370C is #B6C8F3. Grayscale: #373737. Windows color (decimal): -11978996 or 800585. OLE color: 800585.

HSL color Cylindrical-coordinate representation of color #49370C: hue angle of 42.3º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49370C is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB735512-
CMYK00.250.840.71
HSL42.3º71.76%16.67%-
HSV(B)42.3º83.56%28.63%-
XYZ4.184.180.93-
YUV55.48103.46140.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=52.14%
G=39.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73551200.250.840.7142.371.7616.67
Hex4937C01954472a4811
Octal11167140311241075211021
Binary1001001110111110001100110101001000111101010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49370C; }

 p { color: rgb(73,55,12); }

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

<style>
 a { background-color: #49370C; }

 a { background-color: rgb(73,55,12); }

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

<style>
 span { border-color: #49370C; }

 span { border-color: rgb(73,55,12); }

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