#494316

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

Shades of Madras #494316

Tints of Madras #494316

Color information

#494316 (or 0x494316) is unknown color: approx Madras. HEX triplet: 49, 43 and 16. RGB value is (73,67,22). Sum of RGB (Red+Green+Blue) = 73+67+22=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494316 is #B6BCE9. Grayscale: #3F3F3F. Windows color (decimal): -11975914 or 1459017. OLE color: 1459017.

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

Color convert

RGB736722-
CMYK00.080.700.71
HSL52.94º53.68%18.63%-
HSV(B)52.94º69.86%28.63%-
XYZ4.95.491.56-
YUV63.66104.49134.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=45.06%
G=41.36%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73672200.080.700.7152.9453.6818.63
Hex494316084647353613
Octal11110326010106107656623
Binary1001001100001110110010001000110100011111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494316; }

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

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

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

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

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

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

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

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