#493F25

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

Shades of Madras #493F25

Tints of Madras #493F25

Color information

#493F25 (or 0x493F25) is unknown color: approx Madras. HEX triplet: 49, 3F and 25. RGB value is (73,63,37). Sum of RGB (Red+Green+Blue) = 73+63+37=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F25 is #B6C0DA. Grayscale: #3F3F3F. Windows color (decimal): -11976923 or 2441033. OLE color: 2441033.

HSL color Cylindrical-coordinate representation of color #493F25: hue angle of 43.33º 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 #493F25 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB736337-
CMYK00.140.490.71
HSL43.33º32.73%21.57%-
HSV(B)43.33º49.32%28.63%-
XYZ4.865.112.48-
YUV63.03113.31135.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=42.20%
G=36.42%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73633700.140.490.7143.3332.7321.57
Hex493F250E31472b2116
Octal111774501661107534126
Binary100100111111110010101110110001100011110101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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