#494006

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

Shades of Madras #494006

Tints of Madras #494006

Color information

#494006 (or 0x494006) is unknown color: approx Madras. HEX triplet: 49, 40 and 06. RGB value is (73,64,6). Sum of RGB (Red+Green+Blue) = 73+64+6=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494006 is #B6BFF9. Grayscale: #3C3C3C. Windows color (decimal): -11976698 or 409673. OLE color: 409673.

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

Color convert

RGB73646-
CMYK00.120.920.71
HSL51.94º84.81%15.49%-
HSV(B)51.94º91.78%28.63%-
XYZ4.615.10.91-
YUV60.0897.48137.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=51.05%
G=44.76%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7364600.120.920.7151.9484.8115.49
Hex494060C5C473455f
Octal11110060141341076412517
Binary10010011000000110011001011100100011111010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494006; }

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

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

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

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

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

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

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

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