#494616

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

Shades of Madras #494616

Tints of Madras #494616

Color information

#494616 (or 0x494616) is unknown color: approx Madras. HEX triplet: 49, 46 and 16. RGB value is (73,70,22). Sum of RGB (Red+Green+Blue) = 73+70+22=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #494616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494616 is #B6B9E9. Grayscale: #414141. Windows color (decimal): -11975146 or 1459785. OLE color: 1459785.

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

Color convert

RGB737022-
CMYK00.040.700.71
HSL56.47º53.68%18.63%-
HSV(B)56.47º69.86%28.63%-
XYZ5.085.851.62-
YUV65.42103.49133.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=44.24%
G=42.42%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73702200.040.700.7156.4753.6818.63
Hex494616044647383613
Octal1111062604106107706623
Binary100100110001101011001001000110100011111100011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494616; }

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

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

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

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

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

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

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

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