#49380C

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

Shades of Madras #49380C

Tints of Madras #49380C

Color information

#49380C (or 0x49380C) is unknown color: approx Madras. HEX triplet: 49, 38 and 0C. RGB value is (73,56,12). Sum of RGB (Red+Green+Blue) = 73+56+12=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49380C is #B6C7F3. Grayscale: #383838. Windows color (decimal): -11978740 or 800841. OLE color: 800841.

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

Color convert

RGB735612-
CMYK00.230.840.71
HSL43.28º71.76%16.67%-
HSV(B)43.28º83.56%28.63%-
XYZ4.234.270.95-
YUV56.07103.13140.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=51.77%
G=39.72%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73561200.230.840.7143.2871.7616.67
Hex4938C01754472b4811
Octal11170140271241075311021
Binary1001001111000110001011110101001000111101011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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