#493F26

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

Shades of Madras #493F26

Tints of Madras #493F26

Color information

#493F26 (or 0x493F26) is unknown color: approx Madras. HEX triplet: 49, 3F and 26. RGB value is (73,63,38). Sum of RGB (Red+Green+Blue) = 73+63+38=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F26 is #B6C0D9. Grayscale: #3F3F3F. Windows color (decimal): -11976922 or 2506569. OLE color: 2506569.

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

Color convert

RGB736338-
CMYK00.140.480.71
HSL42.86º31.53%21.76%-
HSV(B)42.86º47.95%28.63%-
XYZ4.885.112.56-
YUV63.14113.81135.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=41.95%
G=36.21%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73633800.140.480.7142.8631.5321.76
Hex493F260E30472b2016
Octal111774601660107534026
Binary100100111111110011001110110000100011110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,38); }

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

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

 a { background-color: rgb(73,63,38); }

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

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

 span { border-color: rgb(73,63,38); }

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