#493E28

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

Shades of Madras #493E28

Tints of Madras #493E28

Color information

#493E28 (or 0x493E28) is unknown color: approx Madras. HEX triplet: 49, 3E and 28. RGB value is (73,62,40). Sum of RGB (Red+Green+Blue) = 73+62+40=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E28 is #B6C1D7. Grayscale: #3E3E3E. Windows color (decimal): -11977176 or 2637385. OLE color: 2637385.

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

Color convert

RGB736240-
CMYK00.150.450.71
HSL40º29.2%22.16%-
HSV(B)40º45.21%28.63%-
XYZ4.855.012.72-
YUV62.78115.14135.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=41.71%
G=35.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73624000.150.450.714029.222.16
Hex493E280F2D47281d16
Octal111765001755107503526
Binary10010011111101010000111110110110001111010001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,40); }

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

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

 a { background-color: rgb(73,62,40); }

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

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

 span { border-color: rgb(73,62,40); }

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