#49400D

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

Shades of Madras #49400D

Tints of Madras #49400D

Color information

#49400D (or 0x49400D) is unknown color: approx Madras. HEX triplet: 49, 40 and 0D. RGB value is (73,64,13). Sum of RGB (Red+Green+Blue) = 73+64+13=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49400D is #B6BFF2. Grayscale: #3D3D3D. Windows color (decimal): -11976691 or 868425. OLE color: 868425.

HSL color Cylindrical-coordinate representation of color #49400D: hue angle of 51º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49400D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB736413-
CMYK00.120.820.71
HSL51º69.77%16.86%-
HSV(B)51º82.19%28.63%-
XYZ4.655.111.12-
YUV60.88100.98136.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=48.67%
G=42.67%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73641300.120.820.715169.7716.86
Hex4940D0C5247334611
Octal111100150141221076310621
Binary1001001100000011010110010100101000111110011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49400D; }

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

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

<style>
 a { background-color: #49400D; }

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

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

<style>
 span { border-color: #49400D; }

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

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