#494305

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

Shades of Madras #494305

Tints of Madras #494305

Color information

#494305 (or 0x494305) is unknown color: approx Madras. HEX triplet: 49, 43 and 05. RGB value is (73,67,5). Sum of RGB (Red+Green+Blue) = 73+67+5=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494305 is #B6BCFA. Grayscale: #3D3D3D. Windows color (decimal): -11975931 or 344905. OLE color: 344905.

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

Color convert

RGB73675-
CMYK00.080.930.71
HSL54.71º87.18%15.29%-
HSV(B)54.71º93.15%28.63%-
XYZ4.785.440.94-
YUV61.7395.99136.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=50.34%
G=46.21%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7367500.080.930.7154.7187.1815.29
Hex49435085D473757f
Octal11110350101351076712717
Binary10010011000011101010001011101100011111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494305; }

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

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

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

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

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

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

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

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