#493C1B

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

Shades of Madras #493C1B

Tints of Madras #493C1B

Color information

#493C1B (or 0x493C1B) is unknown color: approx Madras. HEX triplet: 49, 3C and 1B. RGB value is (73,60,27). Sum of RGB (Red+Green+Blue) = 73+60+27=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C1B is #B6C3E4. Grayscale: #3C3C3C. Windows color (decimal): -11977701 or 1784905. OLE color: 1784905.

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

Color convert

RGB736027-
CMYK00.180.630.71
HSL43.04º46%19.61%-
HSV(B)43.04º63.01%28.63%-
XYZ4.564.731.71-
YUV60.12109.31137.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 60 (23.83% from 255) = 37.5%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=45.62%
G=37.5%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73602700.180.630.7143.044619.61
Hex493C1B0123F472b2e14
Octal111743302277107535624
Binary100100111110011011010010111111100011110101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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