#493910

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

Shades of Madras #493910

Tints of Madras #493910

Color information

#493910 (or 0x493910) is unknown color: approx Madras. HEX triplet: 49, 39 and 10. RGB value is (73,57,16). Sum of RGB (Red+Green+Blue) = 73+57+16=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493910 is #B6C6EF. Grayscale: #393939. Windows color (decimal): -11978480 or 1063241. OLE color: 1063241.

HSL color Cylindrical-coordinate representation of color #493910: hue angle of 43.16º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #493910 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB735716-
CMYK00.220.780.71
HSL43.16º64.04%17.45%-
HSV(B)43.16º78.08%28.63%-
XYZ4.34.381.11-
YUV57.11104.8139.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=50%
G=39.04%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73571600.220.780.7143.1664.0417.45
Hex4939100164E472b4011
Octal11171200261161075310021
Binary10010011110011000001011010011101000111101011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493910; }

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

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

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

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

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

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

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

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