#494302

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

Shades of Madras #494302

Tints of Madras #494302

Color information

#494302 (or 0x494302) is unknown color: approx Madras. HEX triplet: 49, 43 and 02. RGB value is (73,67,2). Sum of RGB (Red+Green+Blue) = 73+67+2=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #494302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494302 is #B6BCFD. Grayscale: #3D3D3D. Windows color (decimal): -11975934 or 148297. OLE color: 148297.

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

Color convert

RGB73672-
CMYK00.080.970.71
HSL54.93º94.67%14.71%-
HSV(B)54.93º97.26%28.63%-
XYZ4.775.440.86-
YUV61.3894.49136.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=51.41%
G=47.18%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7367200.080.970.7154.9394.6714.71
Hex49432086147375ff
Octal11110320101411076713717
Binary1001001100001110010001100001100011111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494302; }

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

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

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

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

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

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

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

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