#493605

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

Shades of Madras #493605

Tints of Madras #493605

Color information

#493605 (or 0x493605) is unknown color: approx Madras. HEX triplet: 49, 36 and 05. RGB value is (73,54,5). Sum of RGB (Red+Green+Blue) = 73+54+5=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493605 is #B6C9FA. Grayscale: #363636. Windows color (decimal): -11979259 or 341577. OLE color: 341577.

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

Color convert

RGB73545-
CMYK00.260.930.71
HSL43.24º87.18%15.29%-
HSV(B)43.24º93.15%28.63%-
XYZ4.094.070.71-
YUV54.09100.29141.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=55.30%
G=40.91%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354500.260.930.7143.2487.1815.29
Hex4936501A5D472b57f
Octal1116650321351075312717
Binary10010011101101010110101011101100011110101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493605; }

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

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

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

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

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

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

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

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