#49391B

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

Shades of Madras #49391B

Tints of Madras #49391B

Color information

#49391B (or 0x49391B) is unknown color: approx Madras. HEX triplet: 49, 39 and 1B. RGB value is (73,57,27). Sum of RGB (Red+Green+Blue) = 73+57+27=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49391B is #B6C6E4. Grayscale: #3A3A3A. Windows color (decimal): -11978469 or 1784137. OLE color: 1784137.

HSL color Cylindrical-coordinate representation of color #49391B: hue angle of 39.13º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49391B is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB735727-
CMYK00.220.630.71
HSL39.13º46%19.61%-
HSV(B)39.13º63.01%28.63%-
XYZ4.414.421.66-
YUV58.36110.3138.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=46.50%
G=36.31%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73572700.220.630.7139.134619.61
Hex49391B0163F47272e14
Octal111713302677107475624
Binary100100111100111011010110111111100011110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49391B; }

 p { color: rgb(73,57,27); }

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

<style>
 a { background-color: #49391B; }

 a { background-color: rgb(73,57,27); }

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

<style>
 span { border-color: #49391B; }

 span { border-color: rgb(73,57,27); }

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