#493503

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

Shades of Madras #493503

Tints of Madras #493503

Color information

#493503 (or 0x493503) is unknown color: approx Madras. HEX triplet: 49, 35 and 03. RGB value is (73,53,3). Sum of RGB (Red+Green+Blue) = 73+53+3=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493503 is #B6CAFC. Grayscale: #353535. Windows color (decimal): -11979517 or 210249. OLE color: 210249.

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

Color convert

RGB73533-
CMYK00.270.960.71
HSL42.86º92.11%14.9%-
HSV(B)42.86º95.89%28.63%-
XYZ4.043.970.64-
YUV53.2899.63142.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=56.59%
G=41.09%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7353300.270.960.7142.8692.1114.9
Hex4935301B60472b5cf
Octal1116530331401075313417
Binary1001001110101110110111100000100011110101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493503; }

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

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

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

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

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

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

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

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