#494310

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

Shades of Madras #494310

Tints of Madras #494310

Color information

#494310 (or 0x494310) is unknown color: approx Madras. HEX triplet: 49, 43 and 10. RGB value is (73,67,16). Sum of RGB (Red+Green+Blue) = 73+67+16=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #494310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494310 is #B6BCEF. Grayscale: #3F3F3F. Windows color (decimal): -11975920 or 1065801. OLE color: 1065801.

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

Color convert

RGB736716-
CMYK00.080.780.71
HSL53.68º64.04%17.45%-
HSV(B)53.68º78.08%28.63%-
XYZ4.855.471.29-
YUV62.98101.49135.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=46.79%
G=42.95%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73671600.080.780.7153.6864.0417.45
Hex494310084E47364011
Octal111103200101161076610021
Binary10010011000011100000100010011101000111110110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494310; }

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

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

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

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

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

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

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

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