#494209

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

Shades of Madras #494209

Tints of Madras #494209

Color information

#494209 (or 0x494209) is unknown color: approx Madras. HEX triplet: 49, 42 and 09. RGB value is (73,66,9). Sum of RGB (Red+Green+Blue) = 73+66+9=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494209 is #B6BDF6. Grayscale: #3D3D3D. Windows color (decimal): -11976183 or 606793. OLE color: 606793.

HSL color Cylindrical-coordinate representation of color #494209: hue angle of 53.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #494209 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB73669-
CMYK00.100.880.71
HSL53.44º78.05%16.08%-
HSV(B)53.44º87.67%28.63%-
XYZ4.755.331.04-
YUV61.698.32136.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=49.32%
G=44.59%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7366900.100.880.7153.4478.0516.08
Hex494290A5847354e10
Octal111102110121301076511620
Binary1001001100001010010101010110001000111110101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494209; }

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

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

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

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

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

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

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

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