#494025

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

Shades of Madras #494025

Tints of Madras #494025

Color information

#494025 (or 0x494025) is unknown color: approx Madras. HEX triplet: 49, 40 and 25. RGB value is (73,64,37). Sum of RGB (Red+Green+Blue) = 73+64+37=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #494025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494025 is #B6BFDA. Grayscale: #3F3F3F. Windows color (decimal): -11976667 or 2441289. OLE color: 2441289.

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

Color convert

RGB736437-
CMYK00.120.490.71
HSL45º32.73%21.57%-
HSV(B)45º49.32%28.63%-
XYZ4.915.222.5-
YUV63.61112.98134.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=41.95%
G=36.78%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73643700.120.490.714532.7321.57
Hex4940250C31472d2116
Octal1111004501461107554126
Binary1001001100000010010101100110001100011110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494025; }

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

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

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

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

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

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

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

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