#49440C

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

Shades of Madras #49440C

Tints of Madras #49440C

Color information

#49440C (or 0x49440C) is unknown color: approx Madras. HEX triplet: 49, 44 and 0C. RGB value is (73,68,12). Sum of RGB (Red+Green+Blue) = 73+68+12=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49440C is #B6BBF3. Grayscale: #3F3F3F. Windows color (decimal): -11975668 or 803913. OLE color: 803913.

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

Color convert

RGB736812-
CMYK00.070.840.71
HSL55.08º71.76%16.67%-
HSV(B)55.08º83.56%28.63%-
XYZ4.885.581.17-
YUV63.1199.16135.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=47.71%
G=44.44%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73681200.070.840.7155.0871.7616.67
Hex4944C075447374811
Octal11110414071241076711021
Binary100100110001001100011110101001000111110111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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