#494106

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

Shades of Madras #494106

Tints of Madras #494106

Color information

#494106 (or 0x494106) is unknown color: approx Madras. HEX triplet: 49, 41 and 06. RGB value is (73,65,6). Sum of RGB (Red+Green+Blue) = 73+65+6=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494106 is #B6BEF9. Grayscale: #3C3C3C. Windows color (decimal): -11976442 or 409929. OLE color: 409929.

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

Color convert

RGB73656-
CMYK00.110.920.71
HSL52.84º84.81%15.49%-
HSV(B)52.84º91.78%28.63%-
XYZ4.675.210.93-
YUV60.6797.15136.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=50.69%
G=45.14%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7365600.110.920.7152.8484.8115.49
Hex494160B5C473555f
Octal11110160131341076512517
Binary10010011000001110010111011100100011111010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494106; }

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

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

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

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

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

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

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

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