#493D25

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

Shades of Madras #493D25

Tints of Madras #493D25

Color information

#493D25 (or 0x493D25) is unknown color: approx Madras. HEX triplet: 49, 3D and 25. RGB value is (73,61,37). Sum of RGB (Red+Green+Blue) = 73+61+37=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D25 is #B6C2DA. Grayscale: #3D3D3D. Windows color (decimal): -11977435 or 2440521. OLE color: 2440521.

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

Color convert

RGB736137-
CMYK00.160.490.71
HSL40º32.73%21.57%-
HSV(B)40º49.32%28.63%-
XYZ4.754.892.44-
YUV61.85113.98135.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=42.69%
G=35.67%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73613700.160.490.714032.7321.57
Hex493D250103147282116
Octal111754502061107504126
Binary1001001111101100101010000110001100011110100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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