#49461A

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

Shades of Madras #49461A

Tints of Madras #49461A

Color information

#49461A (or 0x49461A) is unknown color: approx Madras. HEX triplet: 49, 46 and 1A. RGB value is (73,70,26). Sum of RGB (Red+Green+Blue) = 73+70+26=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49461A is #B6B9E5. Grayscale: #424242. Windows color (decimal): -11975142 or 1721929. OLE color: 1721929.

HSL color Cylindrical-coordinate representation of color #49461A: hue angle of 56.17º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49461A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB737026-
CMYK00.040.640.71
HSL56.17º47.47%19.41%-
HSV(B)56.17º64.38%28.63%-
XYZ5.125.871.84-
YUV65.88105.49133.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=43.20%
G=41.42%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73702600.040.640.7156.1747.4719.41
Hex49461A044047382f13
Octal1111063204100107705723
Binary100100110001101101001001000000100011111100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49461A; }

 p { color: rgb(73,70,26); }

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

<style>
 a { background-color: #49461A; }

 a { background-color: rgb(73,70,26); }

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

<style>
 span { border-color: #49461A; }

 span { border-color: rgb(73,70,26); }

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