#494321

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

Shades of Madras #494321

Tints of Madras #494321

Color information

#494321 (or 0x494321) is unknown color: approx Madras. HEX triplet: 49, 43 and 21. RGB value is (73,67,33). Sum of RGB (Red+Green+Blue) = 73+67+33=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #494321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494321 is #B6BCDE. Grayscale: #414141. Windows color (decimal): -11975903 or 2179913. OLE color: 2179913.

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

Color convert

RGB736733-
CMYK00.080.550.71
HSL51º37.74%20.78%-
HSV(B)51º54.79%28.63%-
XYZ5.035.542.24-
YUV64.92109.99133.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=42.20%
G=38.73%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73673300.080.550.715137.7420.78
Hex494321083747332615
Octal1111034101067107634625
Binary1001001100001110000101000110111100011111001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494321; }

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

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

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

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

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

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

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

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