#493906

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

Shades of Madras #493906

Tints of Madras #493906

Color information

#493906 (or 0x493906) is unknown color: approx Madras. HEX triplet: 49, 39 and 06. RGB value is (73,57,6). Sum of RGB (Red+Green+Blue) = 73+57+6=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #493906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493906 is #B6C6F9. Grayscale: #383838. Windows color (decimal): -11978490 or 407881. OLE color: 407881.

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

Color convert

RGB73576-
CMYK00.220.920.71
HSL45.67º84.81%15.49%-
HSV(B)45.67º91.78%28.63%-
XYZ4.244.360.79-
YUV55.9799.8140.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=53.68%
G=41.91%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7357600.220.920.7145.6784.8115.49
Hex493960165C472e55f
Octal1117160261341075612517
Binary10010011110011100101101011100100011110111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493906; }

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

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

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

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

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

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

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

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