#493606

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

Shades of Madras #493606

Tints of Madras #493606

Color information

#493606 (or 0x493606) is unknown color: approx Madras. HEX triplet: 49, 36 and 06. RGB value is (73,54,6). Sum of RGB (Red+Green+Blue) = 73+54+6=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #493606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493606 is #B6C9F9. Grayscale: #363636. Windows color (decimal): -11979258 or 407113. OLE color: 407113.

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

Color convert

RGB73546-
CMYK00.260.920.71
HSL42.99º84.81%15.49%-
HSV(B)42.99º91.78%28.63%-
XYZ4.14.070.74-
YUV54.21100.79141.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=54.89%
G=40.60%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354600.260.920.7142.9984.8115.49
Hex4936601A5C472b55f
Octal1116660321341075312517
Binary10010011101101100110101011100100011110101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493606; }

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

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

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

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

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

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

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

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