#8D463F

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

Shades of Matrix #8D463F

Tints of Matrix #8D463F

Color information

#8D463F (or 0x8D463F) is unknown color: approx Matrix. HEX triplet: 8D, 46 and 3F. RGB value is (141,70,63). Sum of RGB (Red+Green+Blue) = 141+70+63=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D463F is #72B9C0. Grayscale: #5A5A5A. Windows color (decimal): -7518657 or 4146829. OLE color: 4146829.

HSL color Cylindrical-coordinate representation of color #8D463F: hue angle of 5.38º 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 #8D463F is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1417063-
CMYK00.500.550.45
HSL5.38º38.24%40%-
HSV(B)5.38º55.32%55.29%-
XYZ14.0710.45.97-
YUV90.43112.52164.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 63 (25% from 255) = 22.99%
R=51.46%
G=25.55%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141706300.500.550.455.3838.2440
Hex8D463F032372D52628
Octal21510677062675554650
Binary1000110110001101111110110010110111101101101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,63); }

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

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

 a { background-color: rgb(141,70,63); }

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

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

 span { border-color: rgb(141,70,63); }

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