#493912

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

Shades of Madras #493912

Tints of Madras #493912

Color information

#493912 (or 0x493912) is unknown color: approx Madras. HEX triplet: 49, 39 and 12. RGB value is (73,57,18). Sum of RGB (Red+Green+Blue) = 73+57+18=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493912 is #B6C6ED. Grayscale: #393939. Windows color (decimal): -11978478 or 1194313. OLE color: 1194313.

HSL color Cylindrical-coordinate representation of color #493912: hue angle of 42.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493912 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB735718-
CMYK00.220.750.71
HSL42.55º60.44%17.84%-
HSV(B)42.55º75.34%28.63%-
XYZ4.324.391.19-
YUV57.34105.8139.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=49.32%
G=38.51%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73571800.220.750.7142.5560.4417.84
Hex4939120164B472b3c12
Octal1117122026113107537422
Binary1001001111001100100101101001011100011110101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493912; }

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

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

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

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

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

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

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

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