#494205

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

Shades of Madras #494205

Tints of Madras #494205

Color information

#494205 (or 0x494205) is unknown color: approx Madras. HEX triplet: 49, 42 and 05. RGB value is (73,66,5). Sum of RGB (Red+Green+Blue) = 73+66+5=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494205 is #B6BDFA. Grayscale: #3D3D3D. Windows color (decimal): -11976187 or 344649. OLE color: 344649.

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

Color convert

RGB73665-
CMYK00.100.930.71
HSL53.82º87.18%15.29%-
HSV(B)53.82º93.15%28.63%-
XYZ4.725.320.92-
YUV61.1496.32136.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=50.69%
G=45.83%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7366500.100.930.7153.8287.1815.29
Hex494250A5D473657f
Octal11110250121351076612717
Binary10010011000010101010101011101100011111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494205; }

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

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

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

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

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

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

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

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