#493603

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

Shades of Madras #493603

Tints of Madras #493603

Color information

#493603 (or 0x493603) is unknown color: approx Madras. HEX triplet: 49, 36 and 03. RGB value is (73,54,3). Sum of RGB (Red+Green+Blue) = 73+54+3=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #493603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493603 is #B6C9FC. Grayscale: #363636. Windows color (decimal): -11979261 or 210505. OLE color: 210505.

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

Color convert

RGB73543-
CMYK00.260.960.71
HSL43.71º92.11%14.9%-
HSV(B)43.71º95.89%28.63%-
XYZ4.084.060.65-
YUV53.8799.29141.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=56.15%
G=41.54%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354300.260.960.7143.7192.1114.9
Hex4936301A60472c5cf
Octal1116630321401075413417
Binary1001001110110110110101100000100011110110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493603; }

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

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

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

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

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

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

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

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