#493A1D

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

Shades of Madras #493A1D

Tints of Madras #493A1D

Color information

#493A1D (or 0x493A1D) is unknown color: approx Madras. HEX triplet: 49, 3A and 1D. RGB value is (73,58,29). Sum of RGB (Red+Green+Blue) = 73+58+29=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A1D is #B6C5E2. Grayscale: #3B3B3B. Windows color (decimal): -11978211 or 1915465. OLE color: 1915465.

HSL color Cylindrical-coordinate representation of color #493A1D: hue angle of 39.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493A1D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB735829-
CMYK00.210.600.71
HSL39.55º43.14%20%-
HSV(B)39.55º60.27%28.63%-
XYZ4.484.531.8-
YUV59.18110.97137.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=45.62%
G=36.25%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73582900.210.600.7139.5543.1420
Hex493A1D0153C47282b14
Octal111723502574107505324
Binary100100111101011101010101111100100011110100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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