#493D15

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

Shades of Madras #493D15

Tints of Madras #493D15

Color information

#493D15 (or 0x493D15) is unknown color: approx Madras. HEX triplet: 49, 3D and 15. RGB value is (73,61,21). Sum of RGB (Red+Green+Blue) = 73+61+21=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D15 is #B6C2EA. Grayscale: #3C3C3C. Windows color (decimal): -11977451 or 1391945. OLE color: 1391945.

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

Color convert

RGB736121-
CMYK00.160.710.71
HSL46.15º55.32%18.43%-
HSV(B)46.15º71.23%28.63%-
XYZ4.554.811.4-
YUV60.03105.98137.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=47.10%
G=39.35%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73612100.160.710.7146.1555.3218.43
Hex493D1501047472e3712
Octal1117525020107107566722
Binary1001001111101101010100001000111100011110111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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