#493F16

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

Shades of Madras #493F16

Tints of Madras #493F16

Color information

#493F16 (or 0x493F16) is unknown color: approx Madras. HEX triplet: 49, 3F and 16. RGB value is (73,63,22). Sum of RGB (Red+Green+Blue) = 73+63+22=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F16 is #B6C0E9. Grayscale: #3D3D3D. Windows color (decimal): -11976938 or 1457993. OLE color: 1457993.

HSL color Cylindrical-coordinate representation of color #493F16: hue angle of 48.24º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493F16 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB736322-
CMYK00.140.700.71
HSL48.24º53.68%18.63%-
HSV(B)48.24º69.86%28.63%-
XYZ4.675.031.48-
YUV61.32105.81136.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=46.20%
G=39.87%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73632200.140.700.7148.2453.6818.63
Hex493F160E4647303613
Octal1117726016106107606623
Binary100100111111110110011101000110100011111000011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,22); }

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

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

 a { background-color: rgb(73,63,22); }

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

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

 span { border-color: rgb(73,63,22); }

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