#493C20

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

Shades of Madras #493C20

Tints of Madras #493C20

Color information

#493C20 (or 0x493C20) is unknown color: approx Madras. HEX triplet: 49, 3C and 20. RGB value is (73,60,32). Sum of RGB (Red+Green+Blue) = 73+60+32=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C20 is #B6C3DF. Grayscale: #3C3C3C. Windows color (decimal): -11977696 or 2112585. OLE color: 2112585.

HSL color Cylindrical-coordinate representation of color #493C20: hue angle of 40.98º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493C20 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB736032-
CMYK00.180.560.71
HSL40.98º39.05%20.59%-
HSV(B)40.98º56.16%28.63%-
XYZ4.624.752.04-
YUV60.7111.81136.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=44.24%
G=36.36%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73603200.180.560.7140.9839.0520.59
Hex493C200123847292715
Octal111744002270107514725
Binary1001001111100100000010010111000100011110100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493C20; }

 p { color: rgb(73,60,32); }

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

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

 a { background-color: rgb(73,60,32); }

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

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

 span { border-color: rgb(73,60,32); }

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