#49390A

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

Shades of Madras #49390A

Tints of Madras #49390A

Color information

#49390A (or 0x49390A) is unknown color: approx Madras. HEX triplet: 49, 39 and 0A. RGB value is (73,57,10). Sum of RGB (Red+Green+Blue) = 73+57+10=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49390A is #B6C6F5. Grayscale: #383838. Windows color (decimal): -11978486 or 670025. OLE color: 670025.

HSL color Cylindrical-coordinate representation of color #49390A: hue angle of 44.76º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49390A is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB735710-
CMYK00.220.860.71
HSL44.76º75.9%16.27%-
HSV(B)44.76º86.3%28.63%-
XYZ4.274.360.9-
YUV56.43101.8139.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=52.14%
G=40.71%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73571000.220.860.7144.7675.916.27
Hex4939A01656472d4c10
Octal11171120261261075511420
Binary1001001111001101001011010101101000111101101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,57,10); }

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

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

 a { background-color: rgb(73,57,10); }

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

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

 span { border-color: rgb(73,57,10); }

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