#494304

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

Shades of Madras #494304

Tints of Madras #494304

Color information

#494304 (or 0x494304) is unknown color: approx Madras. HEX triplet: 49, 43 and 04. RGB value is (73,67,4). Sum of RGB (Red+Green+Blue) = 73+67+4=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494304 is #B6BCFB. Grayscale: #3D3D3D. Windows color (decimal): -11975932 or 279369. OLE color: 279369.

HSL color Cylindrical-coordinate representation of color #494304: hue angle of 54.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #494304 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB73674-
CMYK00.080.950.71
HSL54.78º89.61%15.1%-
HSV(B)54.78º94.52%28.63%-
XYZ4.785.440.91-
YUV61.6195.49136.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 67 (26.56% from 255) = 46.53%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=50.69%
G=46.53%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7367400.080.950.7154.7889.6115.1
Hex49434085F47375af
Octal11110340101371076713217
Binary10010011000011100010001011111100011111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494304; }

 p { color: rgb(73,67,4); }

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

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

 a { background-color: rgb(73,67,4); }

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

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

 span { border-color: rgb(73,67,4); }

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