#493915

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

Shades of Madras #493915

Tints of Madras #493915

Color information

#493915 (or 0x493915) is unknown color: approx Madras. HEX triplet: 49, 39 and 15. RGB value is (73,57,21). Sum of RGB (Red+Green+Blue) = 73+57+21=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #493915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493915 is #B6C6EA. Grayscale: #393939. Windows color (decimal): -11978475 or 1390921. OLE color: 1390921.

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

Color convert

RGB735721-
CMYK00.220.710.71
HSL41.54º55.32%18.43%-
HSV(B)41.54º71.23%28.63%-
XYZ4.354.41.33-
YUV57.68107.3138.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=48.34%
G=37.75%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73572100.220.710.7141.5455.3218.43
Hex49391501647472a3712
Octal1117125026107107526722
Binary1001001111001101010101101000111100011110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493915; }

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

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

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

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

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

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

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

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