#493A1A

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

Shades of Madras #493A1A

Tints of Madras #493A1A

Color information

#493A1A (or 0x493A1A) is unknown color: approx Madras. HEX triplet: 49, 3A and 1A. RGB value is (73,58,26). Sum of RGB (Red+Green+Blue) = 73+58+26=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A1A is #B6C5E5. Grayscale: #3A3A3A. Windows color (decimal): -11978214 or 1718857. OLE color: 1718857.

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

Color convert

RGB735826-
CMYK00.210.640.71
HSL40.85º47.47%19.41%-
HSV(B)40.85º64.38%28.63%-
XYZ4.454.521.61-
YUV58.84109.47138.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=46.50%
G=36.94%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73582600.210.640.7140.8547.4719.41
Hex493A1A0154047292f13
Octal1117232025100107515723
Binary1001001111010110100101011000000100011110100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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