#494415

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

Shades of Madras #494415

Tints of Madras #494415

Color information

#494415 (or 0x494415) is unknown color: approx Madras. HEX triplet: 49, 44 and 15. RGB value is (73,68,21). Sum of RGB (Red+Green+Blue) = 73+68+21=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494415 is #B6BBEA. Grayscale: #404040. Windows color (decimal): -11975659 or 1393737. OLE color: 1393737.

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

Color convert

RGB736821-
CMYK00.070.710.71
HSL54.23º55.32%18.43%-
HSV(B)54.23º71.23%28.63%-
XYZ4.955.61.53-
YUV64.14103.66134.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=45.06%
G=41.98%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73682100.070.710.7154.2355.3218.43
Hex494415074747363712
Octal1111042507107107666722
Binary100100110001001010101111000111100011111011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494415; }

 p { color: rgb(73,68,21); }

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

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

 a { background-color: rgb(73,68,21); }

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

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

 span { border-color: rgb(73,68,21); }

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