#493F03

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

Shades of Madras #493F03

Tints of Madras #493F03

Color information

#493F03 (or 0x493F03) is unknown color: approx Madras. HEX triplet: 49, 3F and 03. RGB value is (73,63,3). Sum of RGB (Red+Green+Blue) = 73+63+3=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #493F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F03 is #B6C0FC. Grayscale: #3B3B3B. Windows color (decimal): -11976957 or 212809. OLE color: 212809.

HSL color Cylindrical-coordinate representation of color #493F03: hue angle of 51.43º 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 #493F03 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB73633-
CMYK00.140.960.71
HSL51.43º92.11%14.9%-
HSV(B)51.43º95.89%28.63%-
XYZ4.544.980.81-
YUV59.1596.31137.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.52%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=52.52%
G=45.32%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7363300.140.960.7151.4392.1114.9
Hex493F30E6047335cf
Octal1117730161401076313417
Binary100100111111111011101100000100011111001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F03; }

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

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

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

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

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

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

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

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