#49440F

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

Shades of Madras #49440F

Tints of Madras #49440F

Color information

#49440F (or 0x49440F) is unknown color: approx Madras. HEX triplet: 49, 44 and 0F. RGB value is (73,68,15). Sum of RGB (Red+Green+Blue) = 73+68+15=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49440F is #B6BBF0. Grayscale: #3F3F3F. Windows color (decimal): -11975665 or 1000521. OLE color: 1000521.

HSL color Cylindrical-coordinate representation of color #49440F: hue angle of 54.83º 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 #49440F is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB736815-
CMYK00.070.790.71
HSL54.83º65.91%17.25%-
HSV(B)54.83º79.45%28.63%-
XYZ4.95.591.27-
YUV63.45100.66134.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=46.79%
G=43.59%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73681500.070.790.7154.8365.9117.25
Hex4944F074F47374211
Octal11110417071171076710221
Binary100100110001001111011110011111000111110111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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