#493C1D

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

Shades of Madras #493C1D

Tints of Madras #493C1D

Color information

#493C1D (or 0x493C1D) is unknown color: approx Madras. HEX triplet: 49, 3C and 1D. RGB value is (73,60,29). Sum of RGB (Red+Green+Blue) = 73+60+29=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C1D is #B6C3E2. Grayscale: #3C3C3C. Windows color (decimal): -11977699 or 1915977. OLE color: 1915977.

HSL color Cylindrical-coordinate representation of color #493C1D: hue angle of 42.27º 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 #493C1D is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB736029-
CMYK00.180.600.71
HSL42.27º43.14%20%-
HSV(B)42.27º60.27%28.63%-
XYZ4.594.741.84-
YUV60.35110.31137.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=45.06%
G=37.04%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73602900.180.600.7142.2743.1420
Hex493C1D0123C472a2b14
Octal111743502274107525324
Binary100100111110011101010010111100100011110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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