#493A10

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

Shades of Madras #493A10

Tints of Madras #493A10

Color information

#493A10 (or 0x493A10) is unknown color: approx Madras. HEX triplet: 49, 3A and 10. RGB value is (73,58,16). Sum of RGB (Red+Green+Blue) = 73+58+16=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A10 is #B6C5EF. Grayscale: #393939. Windows color (decimal): -11978224 or 1063497. OLE color: 1063497.

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

Color convert

RGB735816-
CMYK00.210.780.71
HSL44.21º64.04%17.45%-
HSV(B)44.21º78.08%28.63%-
XYZ4.354.481.13-
YUV57.7104.47138.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=49.66%
G=39.46%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73581600.210.780.7144.2164.0417.45
Hex493A100154E472c4011
Octal11172200251161075410021
Binary10010011110101000001010110011101000111101100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A10; }

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

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

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

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

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

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

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

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