#493D1E

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

Shades of Madras #493D1E

Tints of Madras #493D1E

Color information

#493D1E (or 0x493D1E) is unknown color: approx Madras. HEX triplet: 49, 3D and 1E. RGB value is (73,61,30). Sum of RGB (Red+Green+Blue) = 73+61+30=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D1E is #B6C2E1. Grayscale: #3D3D3D. Windows color (decimal): -11977442 or 1981769. OLE color: 1981769.

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

Color convert

RGB736130-
CMYK00.160.590.71
HSL43.26º41.75%20.2%-
HSV(B)43.26º58.9%28.63%-
XYZ4.654.851.92-
YUV61.05110.48136.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=44.51%
G=37.20%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73613000.160.590.7143.2641.7520.2
Hex493D1E0103B472b2a14
Octal111753602073107535224
Binary100100111110111110010000111011100011110101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,30); }

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

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

 a { background-color: rgb(73,61,30); }

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

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

 span { border-color: rgb(73,61,30); }

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