#494320

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

Shades of Madras #494320

Tints of Madras #494320

Color information

#494320 (or 0x494320) is unknown color: approx Madras. HEX triplet: 49, 43 and 20. RGB value is (73,67,32). Sum of RGB (Red+Green+Blue) = 73+67+32=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #494320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494320 is #B6BCDF. Grayscale: #404040. Windows color (decimal): -11975904 or 2114377. OLE color: 2114377.

HSL color Cylindrical-coordinate representation of color #494320: hue angle of 51.22º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #494320 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB736732-
CMYK00.080.560.71
HSL51.22º39.05%20.59%-
HSV(B)51.22º56.16%28.63%-
XYZ5.025.542.17-
YUV64.8109.49133.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=42.44%
G=38.95%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73673200.080.560.7151.2239.0520.59
Hex494320083847332715
Octal1111034001070107634725
Binary1001001100001110000001000111000100011111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494320; }

 p { color: rgb(73,67,32); }

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

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

 a { background-color: rgb(73,67,32); }

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

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

 span { border-color: rgb(73,67,32); }

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