#493E1A

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

Shades of Madras #493E1A

Tints of Madras #493E1A

Color information

#493E1A (or 0x493E1A) is unknown color: approx Madras. HEX triplet: 49, 3E and 1A. RGB value is (73,62,26). Sum of RGB (Red+Green+Blue) = 73+62+26=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E1A is #B6C1E5. Grayscale: #3D3D3D. Windows color (decimal): -11977190 or 1719881. OLE color: 1719881.

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

Color convert

RGB736226-
CMYK00.150.640.71
HSL45.96º47.47%19.41%-
HSV(B)45.96º64.38%28.63%-
XYZ4.664.941.68-
YUV61.18108.14136.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 62 (24.61% from 255) = 38.51%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=45.34%
G=38.51%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73622600.150.640.7145.9647.4719.41
Hex493E1A0F40472e2f13
Octal1117632017100107565723
Binary100100111111011010011111000000100011110111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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