#493F1A

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

Shades of Madras #493F1A

Tints of Madras #493F1A

Color information

#493F1A (or 0x493F1A) is unknown color: approx Madras. HEX triplet: 49, 3F and 1A. RGB value is (73,63,26). Sum of RGB (Red+Green+Blue) = 73+63+26=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F1A is #B6C0E5. Grayscale: #3D3D3D. Windows color (decimal): -11976934 or 1720137. OLE color: 1720137.

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

Color convert

RGB736326-
CMYK00.140.640.71
HSL47.23º47.47%19.41%-
HSV(B)47.23º64.38%28.63%-
XYZ4.715.051.7-
YUV61.77107.81136.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=45.06%
G=38.89%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73632600.140.640.7147.2347.4719.41
Hex493F1A0E40472f2f13
Octal1117732016100107575723
Binary100100111111111010011101000000100011110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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