#493C1A

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

Shades of Madras #493C1A

Tints of Madras #493C1A

Color information

#493C1A (or 0x493C1A) is unknown color: approx Madras. HEX triplet: 49, 3C and 1A. RGB value is (73,60,26). Sum of RGB (Red+Green+Blue) = 73+60+26=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #493C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C1A is #B6C3E5. Grayscale: #3C3C3C. Windows color (decimal): -11977702 or 1719369. OLE color: 1719369.

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

Color convert

RGB736026-
CMYK00.180.640.71
HSL43.4º47.47%19.41%-
HSV(B)43.4º64.38%28.63%-
XYZ4.554.721.65-
YUV60.01108.81137.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=45.91%
G=37.74%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73602600.180.640.7143.447.4719.41
Hex493C1A01240472b2f13
Octal1117432022100107535723
Binary1001001111100110100100101000000100011110101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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