#49370F

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

Shades of Madras #49370F

Tints of Madras #49370F

Color information

#49370F (or 0x49370F) is unknown color: approx Madras. HEX triplet: 49, 37 and 0F. RGB value is (73,55,15). Sum of RGB (Red+Green+Blue) = 73+55+15=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #49370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49370F is #B6C8F0. Grayscale: #373737. Windows color (decimal): -11978993 or 997193. OLE color: 997193.

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

Color convert

RGB735515-
CMYK00.250.790.71
HSL41.38º65.91%17.25%-
HSV(B)41.38º79.45%28.63%-
XYZ4.24.181.04-
YUV55.82104.96140.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=51.05%
G=38.46%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73551500.250.790.7141.3865.9117.25
Hex4937F0194F47294211
Octal11167170311171075110221
Binary1001001110111111101100110011111000111101001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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