#49380F

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

Shades of Madras #49380F

Tints of Madras #49380F

Color information

#49380F (or 0x49380F) is unknown color: approx Madras. HEX triplet: 49, 38 and 0F. RGB value is (73,56,15). Sum of RGB (Red+Green+Blue) = 73+56+15=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49380F is #B6C7F0. Grayscale: #383838. Windows color (decimal): -11978737 or 997449. OLE color: 997449.

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

Color convert

RGB735615-
CMYK00.230.790.71
HSL42.41º65.91%17.25%-
HSV(B)42.41º79.45%28.63%-
XYZ4.254.281.05-
YUV56.41104.63139.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=50.69%
G=38.89%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73561500.230.790.7142.4165.9117.25
Hex4938F0174F472a4211
Octal11170170271171075210221
Binary1001001111000111101011110011111000111101010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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