#494303

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

Shades of Madras #494303

Tints of Madras #494303

Color information

#494303 (or 0x494303) is unknown color: approx Madras. HEX triplet: 49, 43 and 03. RGB value is (73,67,3). Sum of RGB (Red+Green+Blue) = 73+67+3=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494303 is #B6BCFC. Grayscale: #3D3D3D. Windows color (decimal): -11975933 or 213833. OLE color: 213833.

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

Color convert

RGB73673-
CMYK00.080.960.71
HSL54.86º92.11%14.9%-
HSV(B)54.86º95.89%28.63%-
XYZ4.775.440.88-
YUV61.594.99136.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=51.05%
G=46.85%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7367300.080.960.7154.8692.1114.9
Hex49433086047375cf
Octal11110330101401076713417
Binary1001001100001111010001100000100011111011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494303; }

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

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

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

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

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

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

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

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