#493A1B

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

Shades of Madras #493A1B

Tints of Madras #493A1B

Color information

#493A1B (or 0x493A1B) is unknown color: approx Madras. HEX triplet: 49, 3A and 1B. RGB value is (73,58,27). Sum of RGB (Red+Green+Blue) = 73+58+27=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A1B is #B6C5E4. Grayscale: #3B3B3B. Windows color (decimal): -11978213 or 1784393. OLE color: 1784393.

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

Color convert

RGB735827-
CMYK00.210.630.71
HSL40.43º46%19.61%-
HSV(B)40.43º63.01%28.63%-
XYZ4.464.521.67-
YUV58.95109.97138.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=46.20%
G=36.71%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73582700.210.630.7140.434619.61
Hex493A1B0153F47282e14
Octal111723302577107505624
Binary100100111101011011010101111111100011110100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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