#494026

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

Shades of Madras #494026

Tints of Madras #494026

Color information

#494026 (or 0x494026) is unknown color: approx Madras. HEX triplet: 49, 40 and 26. RGB value is (73,64,38). Sum of RGB (Red+Green+Blue) = 73+64+38=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #494026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494026 is #B6BFD9. Grayscale: #3F3F3F. Windows color (decimal): -11976666 or 2506825. OLE color: 2506825.

HSL color Cylindrical-coordinate representation of color #494026: hue angle of 44.57º 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 #494026 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB736438-
CMYK00.120.480.71
HSL44.57º31.53%21.76%-
HSV(B)44.57º47.95%28.63%-
XYZ4.935.222.58-
YUV63.73113.48134.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=41.71%
G=36.57%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73643800.120.480.7144.5731.5321.76
Hex4940260C30472d2016
Octal1111004601460107554026
Binary1001001100000010011001100110000100011110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494026; }

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

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

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

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

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

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

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

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