#8B493F

Color #8B493F Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #8B493F

Tints of Matrix #8B493F

Color information

#8B493F (or 0x8B493F) is unknown color: approx Matrix. HEX triplet: 8B, 49 and 3F. RGB value is (139,73,63). Sum of RGB (Red+Green+Blue) = 139+73+63=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B493F is #74B6C0. Grayscale: #5B5B5B. Windows color (decimal): -7648961 or 4147595. OLE color: 4147595.

HSL color Cylindrical-coordinate representation of color #8B493F: hue angle of 7.89º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B493F is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1397363-
CMYK00.470.550.45
HSL7.89º37.62%39.61%-
HSV(B)7.89º54.68%54.51%-
XYZ13.9310.616.02-
YUV91.59111.87161.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 63 (25% from 255) = 22.91%
R=50.55%
G=26.55%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139736300.470.550.457.8937.6239.61
Hex8B493F02F372D82628
Octal213111770576755104650
Binary10001011100100111111101011111101111011011000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B493F; }

 p { color: rgb(139,73,63); }

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

<style>
 a { background-color: #8B493F; }

 a { background-color: rgb(139,73,63); }

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

<style>
 span { border-color: #8B493F; }

 span { border-color: rgb(139,73,63); }

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