#494514

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

Shades of Madras #494514

Tints of Madras #494514

Color information

#494514 (or 0x494514) is unknown color: approx Madras. HEX triplet: 49, 45 and 14. RGB value is (73,69,20). Sum of RGB (Red+Green+Blue) = 73+69+20=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494514 is #B6BAEB. Grayscale: #404040. Windows color (decimal): -11975404 or 1328457. OLE color: 1328457.

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

Color convert

RGB736920-
CMYK00.050.730.71
HSL55.47º56.99%18.24%-
HSV(B)55.47º72.6%28.63%-
XYZ55.721.5-
YUV64.61102.83133.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=45.06%
G=42.59%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73692000.050.730.7155.4756.9918.24
Hex494514054947373912
Octal1111052405111107677122
Binary100100110001011010001011001001100011111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494514; }

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

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

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

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

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

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

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

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