#494409

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

Shades of Madras #494409

Tints of Madras #494409

Color information

#494409 (or 0x494409) is unknown color: approx Madras. HEX triplet: 49, 44 and 09. RGB value is (73,68,9). Sum of RGB (Red+Green+Blue) = 73+68+9=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #494409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494409 is #B6BBF6. Grayscale: #3F3F3F. Windows color (decimal): -11975671 or 607305. OLE color: 607305.

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

Color convert

RGB73689-
CMYK00.070.880.71
HSL55.31º78.05%16.08%-
HSV(B)55.31º87.67%28.63%-
XYZ4.865.571.08-
YUV62.7797.66135.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 9 (3.91% from 255) = 6%
R=48.67%
G=45.33%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7368900.070.880.7155.3178.0516.08
Hex49449075847374e10
Octal11110411071301076711620
Binary100100110001001001011110110001000111110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494409; }

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

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

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

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

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

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

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

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