#494010

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

Shades of Madras #494010

Tints of Madras #494010

Color information

#494010 (or 0x494010) is unknown color: approx Madras. HEX triplet: 49, 40 and 10. RGB value is (73,64,16). Sum of RGB (Red+Green+Blue) = 73+64+16=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #494010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494010 is #B6BFEF. Grayscale: #3D3D3D. Windows color (decimal): -11976688 or 1065033. OLE color: 1065033.

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

Color convert

RGB736416-
CMYK00.120.780.71
HSL50.53º64.04%17.45%-
HSV(B)50.53º78.08%28.63%-
XYZ4.675.121.23-
YUV61.22102.48136.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=47.71%
G=41.83%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73641600.120.780.7150.5364.0417.45
Hex4940100C4E47334011
Octal111100200141161076310021
Binary10010011000000100000110010011101000111110011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494010; }

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

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

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

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

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

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

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

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