#494104

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

Shades of Madras #494104

Tints of Madras #494104

Color information

#494104 (or 0x494104) is unknown color: approx Madras. HEX triplet: 49, 41 and 04. RGB value is (73,65,4). Sum of RGB (Red+Green+Blue) = 73+65+4=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #494104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494104 is #B6BEFB. Grayscale: #3C3C3C. Windows color (decimal): -11976444 or 278857. OLE color: 278857.

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

Color convert

RGB73654-
CMYK00.110.950.71
HSL53.04º89.61%15.1%-
HSV(B)53.04º94.52%28.63%-
XYZ4.665.210.87-
YUV60.4496.15136.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=51.41%
G=45.77%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7365400.110.950.7153.0489.6115.1
Hex494140B5F47355af
Octal11110140131371076513217
Binary10010011000001100010111011111100011111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494104; }

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

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

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

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

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

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

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

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