#493B1B

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

Shades of Madras #493B1B

Tints of Madras #493B1B

Color information

#493B1B (or 0x493B1B) is unknown color: approx Madras. HEX triplet: 49, 3B and 1B. RGB value is (73,59,27). Sum of RGB (Red+Green+Blue) = 73+59+27=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #493B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B1B is #B6C4E4. Grayscale: #3B3B3B. Windows color (decimal): -11977957 or 1784649. OLE color: 1784649.

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

Color convert

RGB735927-
CMYK00.190.630.71
HSL41.74º46%19.61%-
HSV(B)41.74º63.01%28.63%-
XYZ4.514.621.69-
YUV59.54109.64137.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=45.91%
G=37.11%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73592700.190.630.7141.744619.61
Hex493B1B0133F472a2e14
Octal111733302377107525624
Binary100100111101111011010011111111100011110101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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