#494407

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

Shades of Madras #494407

Tints of Madras #494407

Color information

#494407 (or 0x494407) is unknown color: approx Madras. HEX triplet: 49, 44 and 07. RGB value is (73,68,7). Sum of RGB (Red+Green+Blue) = 73+68+7=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494407 is #B6BBF8. Grayscale: #3E3E3E. Windows color (decimal): -11975673 or 476233. OLE color: 476233.

HSL color Cylindrical-coordinate representation of color #494407: hue angle of 55.45º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #494407 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73687-
CMYK00.070.900.71
HSL55.45º82.5%15.69%-
HSV(B)55.45º90.41%28.63%-
XYZ4.855.571.02-
YUV62.5496.66135.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=49.32%
G=45.95%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7368700.070.900.7155.4582.515.69
Hex49447075A47375210
Octal1111047071321076712220
Binary10010011000100111011110110101000111110111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494407; }

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

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

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

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

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

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

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

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