#494214

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

Shades of Madras #494214

Tints of Madras #494214

Color information

#494214 (or 0x494214) is unknown color: approx Madras. HEX triplet: 49, 42 and 14. RGB value is (73,66,20). Sum of RGB (Red+Green+Blue) = 73+66+20=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494214 is #B6BDEB. Grayscale: #3F3F3F. Windows color (decimal): -11976172 or 1327689. OLE color: 1327689.

HSL color Cylindrical-coordinate representation of color #494214: hue angle of 52.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #494214 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB736620-
CMYK00.100.730.71
HSL52.08º56.99%18.24%-
HSV(B)52.08º72.6%28.63%-
XYZ4.825.361.44-
YUV62.85103.82135.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=45.91%
G=41.51%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73662000.100.730.7152.0856.9918.24
Hex4942140A4947343912
Octal11110224012111107647122
Binary1001001100001010100010101001001100011111010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494214; }

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

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

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

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

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

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

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

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