#494317

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

Shades of Madras #494317

Tints of Madras #494317

Color information

#494317 (or 0x494317) is unknown color: approx Madras. HEX triplet: 49, 43 and 17. RGB value is (73,67,23). Sum of RGB (Red+Green+Blue) = 73+67+23=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #494317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494317 is #B6BCE8. Grayscale: #3F3F3F. Windows color (decimal): -11975913 or 1524553. OLE color: 1524553.

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

Color convert

RGB736723-
CMYK00.080.680.71
HSL52.8º52.08%18.82%-
HSV(B)52.8º68.49%28.63%-
XYZ4.915.491.61-
YUV63.78104.99134.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=44.79%
G=41.10%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73672300.080.680.7152.852.0818.82
Hex494317084447353413
Octal11110327010104107656423
Binary1001001100001110111010001000100100011111010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494317; }

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

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

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

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

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

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

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

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