#494005

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

Shades of Madras #494005

Tints of Madras #494005

Color information

#494005 (or 0x494005) is unknown color: approx Madras. HEX triplet: 49, 40 and 05. RGB value is (73,64,5). Sum of RGB (Red+Green+Blue) = 73+64+5=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #494005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494005 is #B6BFFA. Grayscale: #3C3C3C. Windows color (decimal): -11976699 or 344137. OLE color: 344137.

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

Color convert

RGB73645-
CMYK00.120.930.71
HSL52.06º87.18%15.29%-
HSV(B)52.06º93.15%28.63%-
XYZ4.615.090.88-
YUV59.9696.98137.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=51.41%
G=45.07%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7364500.120.930.7152.0687.1815.29
Hex494050C5D473457f
Octal11110050141351076412717
Binary10010011000000101011001011101100011111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494005; }

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

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

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

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

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

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

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

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