#494618

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

Shades of Madras #494618

Tints of Madras #494618

Color information

#494618 (or 0x494618) is unknown color: approx Madras. HEX triplet: 49, 46 and 18. RGB value is (73,70,24). Sum of RGB (Red+Green+Blue) = 73+70+24=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #494618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494618 is #B6B9E7. Grayscale: #414141. Windows color (decimal): -11975144 or 1590857. OLE color: 1590857.

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

Color convert

RGB737024-
CMYK00.040.670.71
HSL56.33º50.52%19.02%-
HSV(B)56.33º67.12%28.63%-
XYZ5.15.861.73-
YUV65.65104.49133.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=43.71%
G=41.92%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73702400.040.670.7156.3350.5219.02
Hex494618044347383313
Octal1111063004103107706323
Binary100100110001101100001001000011100011111100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494618; }

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

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

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

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

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

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

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

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