#494613

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

Shades of Madras #494613

Tints of Madras #494613

Color information

#494613 (or 0x494613) is unknown color: approx Madras. HEX triplet: 49, 46 and 13. RGB value is (73,70,19). Sum of RGB (Red+Green+Blue) = 73+70+19=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494613 is #B6B9EC. Grayscale: #414141. Windows color (decimal): -11975149 or 1263177. OLE color: 1263177.

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

Color convert

RGB737019-
CMYK00.040.740.71
HSL56.67º58.7%18.04%-
HSV(B)56.67º73.97%28.63%-
XYZ5.065.841.48-
YUV65.08101.99133.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=45.06%
G=43.21%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73701900.040.740.7156.6758.718.04
Hex494613044A47393b12
Octal1111062304112107717322
Binary100100110001101001101001001010100011111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494613; }

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

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

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

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

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

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

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

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