#494016

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

Shades of Madras #494016

Tints of Madras #494016

Color information

#494016 (or 0x494016) is unknown color: approx Madras. HEX triplet: 49, 40 and 16. RGB value is (73,64,22). Sum of RGB (Red+Green+Blue) = 73+64+22=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494016 is #B6BFE9. Grayscale: #3E3E3E. Windows color (decimal): -11976682 or 1458249. OLE color: 1458249.

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

Color convert

RGB736422-
CMYK00.120.700.71
HSL49.41º53.68%18.63%-
HSV(B)49.41º69.86%28.63%-
XYZ4.735.141.5-
YUV61.9105.48135.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=45.91%
G=40.25%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73642200.120.700.7149.4153.6818.63
Hex4940160C4647313613
Octal11110026014106107616623
Binary1001001100000010110011001000110100011111000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494016; }

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

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

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

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

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

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

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

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