#493801

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

Shades of Madras #493801

Tints of Madras #493801

Color information

#493801 (or 0x493801) is unknown color: approx Madras. HEX triplet: 49, 38 and 01. RGB value is (73,56,1). Sum of RGB (Red+Green+Blue) = 73+56+1=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #493801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493801 is #B6C7FE. Grayscale: #373737. Windows color (decimal): -11978751 or 79945. OLE color: 79945.

HSL color Cylindrical-coordinate representation of color #493801: hue angle of 45.83º 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 #493801 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB73561-
CMYK00.230.990.71
HSL45.83º97.3%14.51%-
HSV(B)45.83º98.63%28.63%-
XYZ4.174.250.63-
YUV54.8197.63140.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=56.15%
G=43.08%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7356100.230.990.7145.8397.314.51
Hex4938101763472e61f
Octal1117010271431075614117
Binary100100111100010101111100011100011110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493801; }

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

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

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

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

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

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

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

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