#493F02

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

Shades of Madras #493F02

Tints of Madras #493F02

Color information

#493F02 (or 0x493F02) is unknown color: approx Madras. HEX triplet: 49, 3F and 02. RGB value is (73,63,2). Sum of RGB (Red+Green+Blue) = 73+63+2=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #493F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F02 is #B6C0FD. Grayscale: #3B3B3B. Windows color (decimal): -11976958 or 147273. OLE color: 147273.

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

Color convert

RGB73632-
CMYK00.140.970.71
HSL51.55º94.67%14.71%-
HSV(B)51.55º97.26%28.63%-
XYZ4.544.980.78-
YUV59.0495.81137.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=52.90%
G=45.65%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7363200.140.970.7151.5594.6714.71
Hex493F20E6147345ff
Octal1117720161411076413717
Binary100100111111110011101100001100011111010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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