#8D463E

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

Shades of Matrix #8D463E

Tints of Matrix #8D463E

Color information

#8D463E (or 0x8D463E) is unknown color: approx Matrix. HEX triplet: 8D, 46 and 3E. RGB value is (141,70,62). Sum of RGB (Red+Green+Blue) = 141+70+62=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D463E is #72B9C1. Grayscale: #5A5A5A. Windows color (decimal): -7518658 or 4081293. OLE color: 4081293.

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

Color convert

RGB1417062-
CMYK00.500.560.45
HSL6.08º38.92%39.8%-
HSV(B)6.08º56.03%55.29%-
XYZ14.0410.395.82-
YUV90.32112.02164.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=51.65%
G=25.64%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141706200.500.560.456.0838.9239.8
Hex8D463E032382D62728
Octal21510676062705564750
Binary1000110110001101111100110010111000101101110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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