#49401B

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

Shades of Madras #49401B

Tints of Madras #49401B

Color information

#49401B (or 0x49401B) is unknown color: approx Madras. HEX triplet: 49, 40 and 1B. RGB value is (73,64,27). Sum of RGB (Red+Green+Blue) = 73+64+27=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49401B is #B6BFE4. Grayscale: #3E3E3E. Windows color (decimal): -11976677 or 1785929. OLE color: 1785929.

HSL color Cylindrical-coordinate representation of color #49401B: hue angle of 48.26º 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 #49401B is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB736427-
CMYK00.120.630.71
HSL48.26º46%19.61%-
HSV(B)48.26º63.01%28.63%-
XYZ4.785.161.78-
YUV62.47107.98135.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=44.51%
G=39.02%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73642700.120.630.7148.264619.61
Hex49401B0C3F47302e14
Octal1111003301477107605624
Binary100100110000001101101100111111100011111000010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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