#493506

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

Shades of Madras #493506

Tints of Madras #493506

Color information

#493506 (or 0x493506) is unknown color: approx Madras. HEX triplet: 49, 35 and 06. RGB value is (73,53,6). Sum of RGB (Red+Green+Blue) = 73+53+6=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493506 is #B6CAF9. Grayscale: #353535. Windows color (decimal): -11979514 or 406857. OLE color: 406857.

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

Color convert

RGB73536-
CMYK00.270.920.71
HSL42.09º84.81%15.49%-
HSV(B)42.09º91.78%28.63%-
XYZ4.053.980.73-
YUV53.62101.13141.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=55.30%
G=40.15%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7353600.270.920.7142.0984.8115.49
Hex4935601B5C472a55f
Octal1116560331341075212517
Binary10010011101011100110111011100100011110101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493506; }

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

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

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

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

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

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

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

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