#494018

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

Shades of Madras #494018

Tints of Madras #494018

Color information

#494018 (or 0x494018) is unknown color: approx Madras. HEX triplet: 49, 40 and 18. RGB value is (73,64,24). Sum of RGB (Red+Green+Blue) = 73+64+24=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494018 is #B6BFE7. Grayscale: #3E3E3E. Windows color (decimal): -11976680 or 1589321. OLE color: 1589321.

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

Color convert

RGB736424-
CMYK00.120.670.71
HSL48.98º50.52%19.02%-
HSV(B)48.98º67.12%28.63%-
XYZ4.755.151.61-
YUV62.13106.48135.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=45.34%
G=39.75%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73642400.120.670.7148.9850.5219.02
Hex4940180C4347313313
Octal11110030014103107616323
Binary1001001100000011000011001000011100011111000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494018; }

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

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

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

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

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

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

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

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