#494207

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

Shades of Madras #494207

Tints of Madras #494207

Color information

#494207 (or 0x494207) is unknown color: approx Madras. HEX triplet: 49, 42 and 07. RGB value is (73,66,7). Sum of RGB (Red+Green+Blue) = 73+66+7=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494207 is #B6BDF8. Grayscale: #3D3D3D. Windows color (decimal): -11976185 or 475721. OLE color: 475721.

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

Color convert

RGB73667-
CMYK00.100.900.71
HSL53.64º82.5%15.69%-
HSV(B)53.64º90.41%28.63%-
XYZ4.735.330.98-
YUV61.3797.32136.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=50%
G=45.21%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7366700.100.900.7153.6482.515.69
Hex494270A5A47365210
Octal11110270121321076612220
Binary100100110000101110101010110101000111110110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494207; }

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

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

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

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

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

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

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

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