#494405

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

Shades of Madras #494405

Tints of Madras #494405

Color information

#494405 (or 0x494405) is unknown color: approx Madras. HEX triplet: 49, 44 and 05. RGB value is (73,68,5). Sum of RGB (Red+Green+Blue) = 73+68+5=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494405 is #B6BBFA. Grayscale: #3E3E3E. Windows color (decimal): -11975675 or 345161. OLE color: 345161.

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

Color convert

RGB73685-
CMYK00.070.930.71
HSL55.59º87.18%15.29%-
HSV(B)55.59º93.15%28.63%-
XYZ4.845.560.96-
YUV62.3195.66135.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=50%
G=46.58%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7368500.070.930.7155.5987.1815.29
Hex49445075D473857f
Octal1111045071351077012717
Binary1001001100010010101111011101100011111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494405; }

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

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

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

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

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

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

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

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