#493D1B

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

Shades of Madras #493D1B

Tints of Madras #493D1B

Color information

#493D1B (or 0x493D1B) is unknown color: approx Madras. HEX triplet: 49, 3D and 1B. RGB value is (73,61,27). Sum of RGB (Red+Green+Blue) = 73+61+27=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D1B is #B6C2E4. Grayscale: #3C3C3C. Windows color (decimal): -11977445 or 1785161. OLE color: 1785161.

HSL color Cylindrical-coordinate representation of color #493D1B: hue angle of 44.35º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493D1B is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB736127-
CMYK00.160.630.71
HSL44.35º46%19.61%-
HSV(B)44.35º63.01%28.63%-
XYZ4.614.831.73-
YUV60.71108.98136.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=45.34%
G=37.89%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73612700.160.630.7144.354619.61
Hex493D1B0103F472c2e14
Octal111753302077107545624
Binary100100111110111011010000111111100011110110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,27); }

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

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

 a { background-color: rgb(73,61,27); }

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

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

 span { border-color: rgb(73,61,27); }

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