#493E1F

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

Shades of Madras #493E1F

Tints of Madras #493E1F

Color information

#493E1F (or 0x493E1F) is unknown color: approx Madras. HEX triplet: 49, 3E and 1F. RGB value is (73,62,31). Sum of RGB (Red+Green+Blue) = 73+62+31=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #493E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E1F is #B6C1E0. Grayscale: #3D3D3D. Windows color (decimal): -11977185 or 2047561. OLE color: 2047561.

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

Color convert

RGB736231-
CMYK00.150.580.71
HSL44.29º40.38%20.39%-
HSV(B)44.29º57.53%28.63%-
XYZ4.724.962.01-
YUV61.76110.64136.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=43.98%
G=37.35%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73623100.150.580.7144.2940.3820.39
Hex493E1F0F3A472c2814
Octal111763701772107545024
Binary10010011111101111101111111010100011110110010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,31); }

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

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

 a { background-color: rgb(73,62,31); }

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

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

 span { border-color: rgb(73,62,31); }

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