#493F01

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

Shades of Madras #493F01

Tints of Madras #493F01

Color information

#493F01 (or 0x493F01) is unknown color: approx Madras. HEX triplet: 49, 3F and 01. RGB value is (73,63,1). Sum of RGB (Red+Green+Blue) = 73+63+1=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F01 is #B6C0FE. Grayscale: #3B3B3B. Windows color (decimal): -11976959 or 81737. OLE color: 81737.

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

Color convert

RGB73631-
CMYK00.140.990.71
HSL51.67º97.3%14.51%-
HSV(B)51.67º98.63%28.63%-
XYZ4.534.970.75-
YUV58.9295.31138.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=53.28%
G=45.99%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7363100.140.990.7151.6797.314.51
Hex493F10E63473461f
Octal1117710161431076414117
Binary10010011111111011101100011100011111010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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