#494216

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

Shades of Madras #494216

Tints of Madras #494216

Color information

#494216 (or 0x494216) is unknown color: approx Madras. HEX triplet: 49, 42 and 16. RGB value is (73,66,22). Sum of RGB (Red+Green+Blue) = 73+66+22=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494216 is #B6BDE9. Grayscale: #3F3F3F. Windows color (decimal): -11976170 or 1458761. OLE color: 1458761.

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

Color convert

RGB736622-
CMYK00.100.700.71
HSL51.76º53.68%18.63%-
HSV(B)51.76º69.86%28.63%-
XYZ4.845.371.54-
YUV63.08104.82135.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=45.34%
G=40.99%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73662200.100.700.7151.7653.6818.63
Hex4942160A4647343613
Octal11110226012106107646623
Binary1001001100001010110010101000110100011111010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494216; }

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

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

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

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

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

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

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

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