#494007

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

Shades of Madras #494007

Tints of Madras #494007

Color information

#494007 (or 0x494007) is unknown color: approx Madras. HEX triplet: 49, 40 and 07. RGB value is (73,64,7). Sum of RGB (Red+Green+Blue) = 73+64+7=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494007 is #B6BFF8. Grayscale: #3C3C3C. Windows color (decimal): -11976697 or 475209. OLE color: 475209.

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

Color convert

RGB73647-
CMYK00.120.900.71
HSL51.82º82.5%15.69%-
HSV(B)51.82º90.41%28.63%-
XYZ4.625.10.94-
YUV60.1997.98137.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=50.69%
G=44.44%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7364700.120.900.7151.8282.515.69
Hex494070C5A47345210
Octal11110070141321076412220
Binary100100110000001110110010110101000111110100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494007; }

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

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

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

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

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

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

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

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