#494103

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

Shades of Madras #494103

Tints of Madras #494103

Color information

#494103 (or 0x494103) is unknown color: approx Madras. HEX triplet: 49, 41 and 03. RGB value is (73,65,3). Sum of RGB (Red+Green+Blue) = 73+65+3=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #494103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494103 is #B6BEFC. Grayscale: #3C3C3C. Windows color (decimal): -11976445 or 213321. OLE color: 213321.

HSL color Cylindrical-coordinate representation of color #494103: hue angle of 53.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #494103 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB73653-
CMYK00.110.960.71
HSL53.14º92.11%14.9%-
HSV(B)53.14º95.89%28.63%-
XYZ4.655.20.85-
YUV60.3295.65137.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=51.77%
G=46.10%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7365300.110.960.7153.1492.1114.9
Hex494130B6047355cf
Octal11110130131401076513417
Binary1001001100000111010111100000100011111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494103; }

 p { color: rgb(73,65,3); }

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

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

 a { background-color: rgb(73,65,3); }

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

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

 span { border-color: rgb(73,65,3); }

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