#494418

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

Shades of Madras #494418

Tints of Madras #494418

Color information

#494418 (or 0x494418) is unknown color: approx Madras. HEX triplet: 49, 44 and 18. RGB value is (73,68,24). Sum of RGB (Red+Green+Blue) = 73+68+24=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #494418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494418 is #B6BBE7. Grayscale: #404040. Windows color (decimal): -11975656 or 1590345. OLE color: 1590345.

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

Color convert

RGB736824-
CMYK00.070.670.71
HSL53.88º50.52%19.02%-
HSV(B)53.88º67.12%28.63%-
XYZ4.985.621.69-
YUV64.48105.16134.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=44.24%
G=41.21%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73682400.070.670.7153.8850.5219.02
Hex494418074347363313
Octal1111043007103107666323
Binary100100110001001100001111000011100011111011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494418; }

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

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

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

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

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

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

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

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